iControl.PEMForwardingEndpoint.Begincreate C# (CSharp) Метод

Begincreate() публичный Метод

public Begincreate ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
endpoints string
pools string
callback System
asyncState object
Результат 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);
        }