iControl.LogDestinationIPFIX.Beginget_pool C# (CSharp) Method

Beginget_pool() public method

public Beginget_pool ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_pool(string [] destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_pool", new object[] {
            destinations}, callback, asyncState);
        }