Share via


AOSSessionInfo.newmethod Method

Definition

Overloads

newmethod()

Creates an instance of the AOSSessionInfo class.

newmethod(Int32)

newmethod()

Creates an instance of the AOSSessionInfo class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Applies to

newmethod(Int32)

public:
 void newmethod(int _sessionId);
public void newmethod (int _sessionId);
override this.newmethod : int -> unit
Public Sub newmethod (_sessionId As Integer)

Parameters

_sessionId
Int32

The session ID that is used to create the instance of the AOSSessionInfo class. If a session ID is not specified, the current session is used; optional.

Applies to