| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WcfChannelBase Dim request As InvokeServiceMessage Dim callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginInvokeService(request, callback, asyncState) | |
| C# | |
|---|---|
public abstract IAsyncResult BeginInvokeService( InvokeServiceMessage request, AsyncCallback callback, object asyncState ) | |
Parameters
- request
- callback
- asyncState
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x