UserLock API
Public Member Functions | List of all members
UserLockServer.IOperationNotify Interface Reference

Interface for callback classes used in ExecuteOperation. More...

Public Member Functions

void OperationStarted (UserLockServer.TaskAsync taskAsync)
 Notification that operation has just started. More...
 
void Notification (TaskAsyncResult taskAsyncResult, int hits, int fails, int total)
 Notifications the specified task asynchronous result. More...
 

Detailed Description

Interface for callback classes used in ExecuteOperation.

Member Function Documentation

void OperationStarted ( UserLockServer.TaskAsync  taskAsync)

Notification that operation has just started.

Parameters
taskAsyncThe task asynchronous.
void Notification ( TaskAsyncResult  taskAsyncResult,
int  hits,
int  fails,
int  total 
)

Notifications the specified task asynchronous result.

Parameters
taskAsyncResultThe task asynchronous result.
hitsThe hits.
failsThe fails.
totalThe total.