SessionLU0 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
| SessionLU0() | |
| SessionLU0(SessionConnectionLU0) |
SessionLU0()
public:
SessionLU0();
public SessionLU0 ();
Public Sub New ()
Applies to
SessionLU0(SessionConnectionLU0)
public:
SessionLU0(Microsoft::HostIntegration::SNA::Session::SessionConnectionLU0 ^ connection);
public SessionLU0 (Microsoft.HostIntegration.SNA.Session.SessionConnectionLU0 connection);
new Microsoft.HostIntegration.SNA.Session.SessionLU0 : Microsoft.HostIntegration.SNA.Session.SessionConnectionLU0 -> Microsoft.HostIntegration.SNA.Session.SessionLU0
Public Sub New (connection As SessionConnectionLU0)
Parameters
- connection
- SessionConnectionLU0