iControl.PEMForwardingEndpoint.Begincreate C# (CSharp) Method

Begincreate() public method

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