iControl.LogDestinationIPFIX.Beginset_transport_profile C# (CSharp) Method

Beginset_transport_profile() public method

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