Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A class which provides the event arguments for session related event.

Namespace: Opc.Ua.Server
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class ImpersonateEventArgs : EventArgs
Visual Basic
Public Class ImpersonateEventArgs _
	Inherits EventArgs
Visual C++
public ref class ImpersonateEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Opc.Ua.Server..::..ImpersonateEventArgs

See Also