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

Endremove_all_profiles() public méthode

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