| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Session Dim ar As IAsyncResult Dim value As UaMethodArguments value = instance.EndGetUaMethodDefinition(ar) | |
| C# | |
|---|---|
public UaMethodArguments EndGetUaMethodDefinition( IAsyncResult ar ) | |
Parameters
- ar
- The object returned from the BeginGetUaMethodDefinition method
Return Value
Object with the input and output parameter definitions. A null value indicated that there are no inout arguments or results.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x