iControl.GlobalLBProberPool.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string pools, GlobalLBLBMethod lb_methods, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
pools string
lb_methods GlobalLBLBMethod
members string
orders long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] pools,GlobalLBLBMethod [] lb_methods,string [] [] members,long [] [] orders, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            pools,
            lb_methods,
            members,
            orders}, callback, asyncState);
        }
GlobalLBProberPool