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

Enddelete_client() public méthode

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