uaPLUS Reference
BeginActivateSession Method
See Also  Send Feedback
Opc.Ua Namespace > ISessionChannel Interface : BeginActivateSession Method

request
callback
asyncState

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/ActivateSession", 
   ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/ActivateSessionResponse", 
   AsyncPattern=True)>
Function BeginActivateSession( _
   ByVal request As ActivateSessionMessage, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
C# 
[OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/ActivateSession", 
   ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/ActivateSessionResponse", 
   AsyncPattern=true)]
IAsyncResult BeginActivateSession( 
   ActivateSessionMessage request,
   AsyncCallback callback,
   object asyncState
)

Parameters

request
callback
asyncState

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.