AOSSessionInfo.newmethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.