Click or drag to resize

Session Constructor (Int32, Guid, String)

Create a new data item set field Description

Namespace:  SOWIData.Management
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Session(
	int pClientID,
	Guid pToken,
	string pUserName
)

Parameters

pClientID
Type: System.Int32
Client ID
pToken
Type: System.Guid
Session token
pUserName
Type: System.String
Session user name
See Also