Responder Developer Guide
ProcessNoWork Method


Syntax
'Declaration
 
Public Shared Function ProcessNoWork( _
   ByVal workItem As IWorkItem, _
   ByVal callback As AsyncCallback, _
   ByVal userState As Object, _
   ByVal reason As String _
) As IAsyncResult
'Usage
 
Dim workItem As IWorkItem
Dim callback As AsyncCallback
Dim userState As Object
Dim reason As String
Dim value As IAsyncResult
 
value = WorkProcessor.ProcessNoWork(workItem, callback, userState, reason)
public static IAsyncResult ProcessNoWork( 
   IWorkItem workItem,
   AsyncCallback callback,
   object userState,
   string reason
)

Parameters

workItem
callback
userState
reason
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WorkProcessor Class
WorkProcessor Members

 

 


Send Comment