iControl.ManagementApplicationService.Beginget_device_group C# (CSharp) Method

Beginget_device_group() public method

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