SysClientSessions 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
SysClientSessions() | |
SysClientSessions(Int32) | |
SysClientSessions(ICursor) |
SysClientSessions()
public:
SysClientSessions();
public SysClientSessions ();
Public Sub New ()
Applies to
SysClientSessions(Int32)
public:
SysClientSessions(int num1);
public SysClientSessions (int num1);
new Dynamics.AX.Application.SysClientSessions : int -> Dynamics.AX.Application.SysClientSessions
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32
Applies to
SysClientSessions(ICursor)
public:
SysClientSessions(Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ ptr1);
public SysClientSessions (Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor ptr1);
new Dynamics.AX.Application.SysClientSessions : Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Dynamics.AX.Application.SysClientSessions
Public Sub New (ptr1 As ICursor)
Parameters
- ptr1
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor