'Declaration
Function BeginInvokeService( _ ByVal request As InvokeServiceMessage, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
'Usage
Dim instance As IEndpointBase Dim request As InvokeServiceMessage Dim callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginInvokeService(request, callback, asyncState)
IAsyncResult BeginInvokeService( InvokeServiceMessage request, AsyncCallback callback, object asyncState )
IAsyncResult^ BeginInvokeService( InvokeServiceMessage^ request, AsyncCallback^ callback, Object^ asyncState )
Parameters
- request
- callback
- asyncState