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

Endset_retry_interval() public méthode

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