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

Beginset_request_timeout() public méthode

public Beginset_request_timeout ( string clients, long timeouts, System callback, object asyncState ) : System.IAsyncResult
clients string
timeouts long
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginset_request_timeout(string [] clients,long [] timeouts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_request_timeout", new object[] {
            clients,
            timeouts}, callback, asyncState);
        }
SystemCryptoClient