iControl.SystemCryptoClient.Endreset_connection C# (CSharp) Method

Endreset_connection() public method

public Endreset_connection ( System asyncResult ) : void
asyncResult System
return void
        public void Endreset_connection(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemCryptoClient