iControl.SystemCryptoClient.Beginreset_connection C# (CSharp) Method

Beginreset_connection() public method

public Beginreset_connection ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreset_connection(string [] clients, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_connection", new object[] {
            clients}, callback, asyncState);
        }
SystemCryptoClient