iControl.GlobalLBTopology.Beginset_weight C# (CSharp) Method

Beginset_weight() public method

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