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

Endremove_profile() public méthode

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