iControl.LocalLBSNATTranslationAddress.Beginset_tcp_timeout C# (CSharp) Метод

Beginset_tcp_timeout() публичный Метод

public Beginset_tcp_timeout ( string translation_addresses, long timeouts, System callback, object asyncState ) : System.IAsyncResult
translation_addresses string
timeouts long
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginset_tcp_timeout(string [] translation_addresses,long [] timeouts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_tcp_timeout", new object[] {
            translation_addresses,
            timeouts}, callback, asyncState);
        }