iControl.ManagementApplicationService.Beginset_device_group C# (CSharp) Method

Beginset_device_group() public method

public Beginset_device_group ( string apps, string values, System callback, object asyncState ) : System.IAsyncResult
apps string
values string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_device_group(string [] apps,string [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_device_group", new object[] {
            apps,
            values}, callback, asyncState);
        }
ManagementApplicationService