Method | Description | |
---|---|---|
AlterToDoAsync ( string item, int todoId, System todoListId, System taskData ) : void | ||
AlterToDoAsync ( string item, int todoId, System todoListId, System taskData, object userState ) : void | ||
BeginAlterToDo ( string item, int todoId, System todoListId, System taskData, System callback, object asyncState ) : System.IAsyncResult | ||
BeginClaimReleaseTask ( string item, int taskId, System listId, bool fClaim, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetTemplatesForItem ( string item, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetToDosForItem ( string item, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetWorkflowDataForItem ( string item, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetWorkflowTaskData ( string item, int taskId, System listId, System callback, object asyncState ) : System.IAsyncResult | ||
BeginStartWorkflow ( string item, System templateId, System workflowParameters, System callback, object asyncState ) : System.IAsyncResult | ||
CancelAsync ( object userState ) : void | ||
ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim ) : void | ||
ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim, object userState ) : void | ||
EndAlterToDo ( System asyncResult ) : |
||
EndClaimReleaseTask ( System asyncResult ) : |
||
EndGetTemplatesForItem ( System asyncResult ) : |
||
EndGetToDosForItem ( System asyncResult ) : |
||
EndGetWorkflowDataForItem ( System asyncResult ) : |
||
EndGetWorkflowTaskData ( System asyncResult ) : |
||
EndStartWorkflow ( System asyncResult ) : object | ||
GetTemplatesForItemAsync ( string item ) : void | ||
GetTemplatesForItemAsync ( string item, object userState ) : void | ||
GetToDosForItemAsync ( string item ) : void | ||
GetToDosForItemAsync ( string item, object userState ) : void | ||
GetWorkflowDataForItemAsync ( string item ) : void | ||
GetWorkflowDataForItemAsync ( string item, object userState ) : void | ||
GetWorkflowTaskDataAsync ( string item, int taskId, System listId ) : void | ||
GetWorkflowTaskDataAsync ( string item, int taskId, System listId, object userState ) : void | ||
StartWorkflowAsync ( string item, System templateId, System workflowParameters ) : void | ||
StartWorkflowAsync ( string item, System templateId, System workflowParameters, object userState ) : void | ||
WorkflowSoap ( ) : System |
Method | Description | |
---|---|---|
AlterToDo ( string item, int todoId, System todoListId, System taskData ) : |
||
ClaimReleaseTask ( string item, int taskId, System listId, bool fClaim ) : |
||
GetTemplatesForItem ( string item ) : |
||
GetToDosForItem ( string item ) : |
||
GetWorkflowDataForItem ( string item ) : |
||
GetWorkflowTaskData ( string item, int taskId, System listId ) : |
||
OnAlterToDoOperationCompleted ( object arg ) : void | ||
OnClaimReleaseTaskOperationCompleted ( object arg ) : void | ||
OnGetTemplatesForItemOperationCompleted ( object arg ) : void | ||
OnGetToDosForItemOperationCompleted ( object arg ) : void | ||
OnGetWorkflowDataForItemOperationCompleted ( object arg ) : void | ||
OnGetWorkflowTaskDataOperationCompleted ( object arg ) : void | ||
OnStartWorkflowOperationCompleted ( object arg ) : void | ||
StartWorkflow ( string item, System templateId, System workflowParameters ) : object |
public AlterToDoAsync ( string item, int todoId, System todoListId, System taskData ) : void | ||
item | string | |
todoId | int | |
todoListId | System | |
taskData | System | |
return | void |
public AlterToDoAsync ( string item, int todoId, System todoListId, System taskData, object userState ) : void | ||
item | string | |
todoId | int | |
todoListId | System | |
taskData | System | |
userState | object | |
return | void |
public BeginAlterToDo ( string item, int todoId, System todoListId, System taskData, System callback, object asyncState ) : System.IAsyncResult | ||
item | string | |
todoId | int | |
todoListId | System | |
taskData | System | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginClaimReleaseTask ( string item, int taskId, System listId, bool fClaim, System callback, object asyncState ) : System.IAsyncResult | ||
item | string | |
taskId | int | |
listId | System | |
fClaim | bool | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetTemplatesForItem ( string item, System callback, object asyncState ) : System.IAsyncResult | ||
item | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetToDosForItem ( string item, System callback, object asyncState ) : System.IAsyncResult | ||
item | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetWorkflowDataForItem ( string item, System callback, object asyncState ) : System.IAsyncResult | ||
item | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetWorkflowTaskData ( string item, int taskId, System listId, System callback, object asyncState ) : System.IAsyncResult | ||
item | string | |
taskId | int | |
listId | System | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginStartWorkflow ( string item, System templateId, System workflowParameters, System callback, object asyncState ) : System.IAsyncResult | ||
item | string | |
templateId | System | |
workflowParameters | System | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim ) : void | ||
item | string | |
taskId | int | |
listId | System | |
fClaim | bool | |
return | void |
public ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim, object userState ) : void | ||
item | string | |
taskId | int | |
listId | System | |
fClaim | bool | |
userState | object | |
return | void |
public EndAlterToDo ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndClaimReleaseTask ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndGetTemplatesForItem ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndGetToDosForItem ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndGetWorkflowDataForItem ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndGetWorkflowTaskData ( System asyncResult ) : |
||
asyncResult | System | |
return |
public EndStartWorkflow ( System asyncResult ) : object | ||
asyncResult | System | |
return | object |
public GetTemplatesForItemAsync ( string item ) : void | ||
item | string | |
return | void |
public GetTemplatesForItemAsync ( string item, object userState ) : void | ||
item | string | |
userState | object | |
return | void |
public GetToDosForItemAsync ( string item ) : void | ||
item | string | |
return | void |
public GetToDosForItemAsync ( string item, object userState ) : void | ||
item | string | |
userState | object | |
return | void |
public GetWorkflowDataForItemAsync ( string item ) : void | ||
item | string | |
return | void |
public GetWorkflowDataForItemAsync ( string item, object userState ) : void | ||
item | string | |
userState | object | |
return | void |
public GetWorkflowTaskDataAsync ( string item, int taskId, System listId ) : void | ||
item | string | |
taskId | int | |
listId | System | |
return | void |
public GetWorkflowTaskDataAsync ( string item, int taskId, System listId, object userState ) : void | ||
item | string | |
taskId | int | |
listId | System | |
userState | object | |
return | void |
public StartWorkflowAsync ( string item, System templateId, System workflowParameters ) : void | ||
item | string | |
templateId | System | |
workflowParameters | System | |
return | void |
public StartWorkflowAsync ( string item, System templateId, System workflowParameters, object userState ) : void | ||
item | string | |
templateId | System | |
workflowParameters | System | |
userState | object | |
return | void |