iControl.ManagementFolder.Beginget_traffic_group C# (CSharp) Method

Beginget_traffic_group() public method

public Beginget_traffic_group ( string folders, System callback, object asyncState ) : System.IAsyncResult
folders string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_traffic_group(string [] folders, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_traffic_group", new object[] {
            folders}, callback, asyncState);
        }