iControl.SystemCryptoClient.Endset_retry_interval C# (CSharp) Method

Endset_retry_interval() public method

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