iControl.LocalLBMessageRoutingPeer.Begincreate C# (CSharp) Method

Begincreate() public method

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