iControl.GlobalLBTopology.Begincreate C# (CSharp) Method

Begincreate() public method

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