forwardDispose Method (Boolean)   Table of ContentLogout Method forward
Handler.Logon Method
Logon to CME drop copy session.

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

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.
See Also