iControl.LocalLBMessageRoutingTransportConfig.Beginadd_profile C# (CSharp) Method

Beginadd_profile() public method

public Beginadd_profile ( string transport_configs, string profiles, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
profiles string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_profile(string [] transport_configs,string [] [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_profile", new object[] {
            transport_configs,
            profiles}, callback, asyncState);
        }
LocalLBMessageRoutingTransportConfig