UserLock API
|
Interface for callback classes used in ExecuteOperation. More...
Public Member Functions | |
void | OperationStarted (UserLockServer.TaskAsync taskAsync) |
Notification that operation has just started. | |
void | Notification (TaskAsyncResult taskAsyncResult, int hits, int fails, int total) |
Notifications the specified task asynchronous result. | |
Interface for callback classes used in ExecuteOperation.
void OperationStarted | ( | UserLockServer.TaskAsync | taskAsync | ) |
Notification that operation has just started.
taskAsync | The task asynchronous. |
void Notification | ( | TaskAsyncResult | taskAsyncResult, |
int | hits, | ||
int | fails, | ||
int | total ) |
Notifications the specified task asynchronous result.
taskAsyncResult | The task asynchronous result. |
hits | The hits. |
fails | The fails. |
total | The total. |