iControl.LogDestinationIPFIX.Beginget_log_protocol C# (CSharp) Method

Beginget_log_protocol() public method

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