iControl.ManagementDeviceGroup.Begincreate C# (CSharp) Method

Begincreate() public method

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