Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IChannelBase Dim request As InvokeServiceMessage Dim callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginInvokeService(request, callback, asyncState) |
C# | |
---|---|
[OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeService", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeServiceResponse", AsyncPattern=true)] 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