iControl.SystemCryptoClient.reset_connection C# (CSharp) Method

reset_connection() private method

private reset_connection ( string clients ) : void
clients string
return void
        public void reset_connection(
		string [] clients
	)
        {
            this.Invoke("reset_connection", new object [] {
                clients});
        }
SystemCryptoClient