iControl.SystemCryptoClient.Enddelete_client C# (CSharp) Method

Enddelete_client() public method

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