iControl.SystemCryptoClient.Endset_heartbeat_interval C# (CSharp) Method

Endset_heartbeat_interval() public method

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