iControl.SystemCryptoClient.Endremove_profile C# (CSharp) Method

Endremove_profile() public method

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