forwardLogon Method (String, Int32, String, String, String, String)   Table of ContentLogout Method forward
Handler.Logon Method (String, Int32, String, String, String, String, String)
Logon to CME drop copy session.

Namespace:  Onixs.Cme.DropCopy
Assembly:  Onixs.CmeDropCopy-net-4.7_x64 (in Onixs.CmeDropCopy-net-4.7_x64.dll) Version: 4.5.2.0 (4.5.2.0)
Syntax
C#
public void Logon(
	string host,
	int port,
	string accessKeyID,
	string secretKey,
	string applicationSystemName,
	string applicationSystemVersion,
	string applicationSystemVendor
)

Parameters

host
Type: System.String
CME session host
port
Type: System.Int32
CME session port
accessKeyID
Type: System.String
CME access key ID.
secretKey
Type: System.String
CME secret key.
applicationSystemName
Type: System.String
Identifies system generating the message.
applicationSystemVersion
Type: System.String
Identifies the version of the system generating the message.
applicationSystemVendor
Type: System.String
Identifies the vendor of the application system.
See Also