uaPLUS Reference
SessionClosing Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class : SessionClosing Method

context
sessionId
deleteSubscriptions

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SessionClosing( _
   ByVal context As OperationContext, _
   ByVal sessionId As NodeId, _
   ByVal deleteSubscriptions As Boolean _
) 
C# 
public virtual void SessionClosing( 
   OperationContext context,
   NodeId sessionId,
   bool deleteSubscriptions
)

Parameters

context
sessionId
deleteSubscriptions

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.