iControl.GlobalLBTopology.Beginset_order C# (CSharp) Method

Beginset_order() public method

public Beginset_order ( GlobalLBTopologyTopologyRecord records, long orders, System callback, object asyncState ) : System.IAsyncResult
records GlobalLBTopologyTopologyRecord
orders long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_order(GlobalLBTopologyTopologyRecord [] records,long [] orders, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_order", new object[] {
            records,
            orders}, callback, asyncState);
        }