iControl.NetworkingBWControllerPolicy.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string policies, CommonRateUnit rates, CommonEnabledState states, CommonRateUnit user_rates, System callback, object asyncState ) : System.IAsyncResult
policies string
rates CommonRateUnit
states CommonEnabledState
user_rates CommonRateUnit
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] policies,CommonRateUnit [] rates,CommonEnabledState [] states,CommonRateUnit [] user_rates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            policies,
            rates,
            states,
            user_rates}, callback, asyncState);
        }
NetworkingBWControllerPolicy