Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal user_id As EntityID, _ 
ByVal connection_event_type As ConnectionEventType, _ 
ByVal client_app As String, _ 
ByVal ip As String, _ 
ByVal timestamp As Date, _ 
ByVal session_id As Guid, _ 
ByVal license_type As Integer, _ 
ByVal version As String, _ 
ByVal license_pool As LicensePool, _ 
ByVal client_gmt_offset_in_minutes As Double
)
This language is not supported or no code example is available.
public ConnectionLogInfo( 
EntityID user_id
ConnectionEventType connection_event_type
string client_app
string ip
DateTime timestamp
Guid session_id
int license_type
string version
LicensePool license_pool
double client_gmt_offset_in_minutes 
)
This language is not supported or no code example is available.
public:  
ConnectionLogInfo( 
EntityID^ user_id
ConnectionEventType connection_event_type
String^ client_app
String^ ip
DateTime timestamp
Guid session_id
int license_type
String^ version
LicensePool^ license_pool
double client_gmt_offset_in_minutes 
)
This language is not supported or no code example is available.
public function ConnectionLogInfo( 
user_id : EntityID
connection_event_type : ConnectionEventType
client_app : String
ip : String
timestamp : DateTime
session_id : Guid
license_type : int
version : String
license_pool : LicensePool
client_gmt_offset_in_minutes : double 
);
This language is not supported or no code example is available.

Parameters

user_id
Type: EntityID

connection_event_type
Type: ConnectionEventType

client_app
Type: string

ip
Type: string

timestamp
Type: DateTime

session_id
Type: Guid

license_type
Type: int

version
Type: string

license_pool
Type: LicensePool

client_gmt_offset_in_minutes
Type: double

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1