iControl.ManagementApplicationService.Endset_device_group C# (CSharp) Method

Endset_device_group() public method

public Endset_device_group ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_device_group(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementApplicationService