'Declaration
Public Overridable Function BeginInvokeService( _ ByVal request As InvokeServiceMessage, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
'Usage
Dim instance As EndpointBase Dim request As InvokeServiceMessage Dim callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginInvokeService(request, callback, asyncState)
public virtual IAsyncResult BeginInvokeService( InvokeServiceMessage request, AsyncCallback callback, object asyncState )
public: virtual IAsyncResult^ BeginInvokeService( InvokeServiceMessage^ request, AsyncCallback^ callback, Object^ asyncState )
Parameters
- request
- callback
- asyncState