EasyUA Reference
EndGetUaMethodDefinition Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : EndGetUaMethodDefinition Method

ar
The object returned from the BeginGetUaMethodDefinition method

Glossary Item Box

Get the result of an asynchronous BeginGetUaMethodDefinition.

Syntax

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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.