iControl.LocalLBMessageRoutingTransportConfig.Begincreate C# (CSharp) Method

Begincreate() public method

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