QtsHttp
0.9.1
|
Interface for Qts Http system API. More...
Public Member Functions | |
bool | DestroyRequest (IRequestBase request) |
Destroy system request after system API complete. More... | |
Task< SettingInfo > | GetSystemSetting (CancellationTokenSource reqCancellation) |
Get system setting of QNAP Turbo NAS. Please using try catch mechanism to call this function. More... | |
Task | EnableFileStation (CancellationTokenSource reqCancellation) |
Enable file station service of QNAP Turbo NAS. Please using try catch mechanism to call this function. More... | |
Task< IRequestBase > | GetSystemSettingAsync (object objExtData, AsyncResponseCallback systemCallback) |
[Async] Get system setting of QNAP Turbo NAS. More... | |
Task< IRequestBase > | EnableFileStationAsync (object objExtData, AsyncResponseCallback systemCallback) |
[Async] Enable file station service of QNAP Turbo NAS. More... | |
Interface for Qts Http system API.
bool QtsHttp.System.IQtsHttpSystem.DestroyRequest | ( | IRequestBase | request | ) |
Destroy system request after system API complete.
[IN] | request : System request. |
Task QtsHttp.System.IQtsHttpSystem.EnableFileStation | ( | CancellationTokenSource | reqCancellation | ) |
Enable file station service of QNAP Turbo NAS. Please using try catch mechanism to call this function.
[IN] | reqCancellation : Cancel API. |
Task<IRequestBase> QtsHttp.System.IQtsHttpSystem.EnableFileStationAsync | ( | object | objExtData, |
AsyncResponseCallback | systemCallback | ||
) |
[Async] Enable file station service of QNAP Turbo NAS.
[IN] | objExtData : Callback function owner. |
[IN] | pfHttpSYSCallback : System async callback function. |
Task<SettingInfo> QtsHttp.System.IQtsHttpSystem.GetSystemSetting | ( | CancellationTokenSource | reqCancellation | ) |
Get system setting of QNAP Turbo NAS. Please using try catch mechanism to call this function.
[IN] | reqCancellation : Cancel API. |
Task<IRequestBase> QtsHttp.System.IQtsHttpSystem.GetSystemSettingAsync | ( | object | objExtData, |
AsyncResponseCallback | systemCallback | ||
) |