iControl.ManagementTrafficGroup.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] traffic_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            traffic_groups}, callback, asyncState);
        }
ManagementTrafficGroup