iControl.LogDestinationIPFIX.Beginget_transport_profile C# (CSharp) Method

Beginget_transport_profile() public method

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