iControl.SystemCryptoClient.reset_connection C# (CSharp) Méthode

reset_connection() private méthode

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