iControl.SystemCryptoClient.Beginget_heartbeat_interval C# (CSharp) Method

Beginget_heartbeat_interval() public method

public Beginget_heartbeat_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_heartbeat_interval(string [] clients, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_heartbeat_interval", new object[] {
            clients}, callback, asyncState);
        }
SystemCryptoClient