xSession Constructors
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
xSession() | |
xSession(Int32) | |
xSession(IntPtr) | |
xSession(Int32, Boolean) |
xSession()
public:
xSession();
public xSession ();
Public Sub New ()
Applies to
xSession(Int32)
public:
xSession(int num1);
public xSession (int num1);
new Dynamics.AX.Application.xSession : int -> Dynamics.AX.Application.xSession
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32
Applies to
xSession(IntPtr)
public:
xSession(IntPtr ptr1);
public xSession (IntPtr ptr1);
new Dynamics.AX.Application.xSession : nativeint -> Dynamics.AX.Application.xSession
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint