iControl.SystemCryptoClient.Beginset_heartbeat_interval C# (CSharp) Method

Beginset_heartbeat_interval() public method

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