iControl.LogDestinationIPFIX.Beginset_pool C# (CSharp) Метод

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

public Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginset_pool(string [] destinations,string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_pool", new object[] {
            destinations,
            pools}, callback, asyncState);
        }