LoggedInUserSession Constructor

GF API Documentation
Initializes a new instance of the LoggedInUserSession class

Namespace:  GF.Api.Connection.Sessions
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public LoggedInUserSession(
	string applicationName,
	DateTime loginTime,
	string host,
	string appID
)

Parameters

applicationName
Type: SystemString
loginTime
Type: SystemDateTime
host
Type: SystemString
appID
Type: SystemString
See Also

Reference