iControl.ManagementDeviceGroup.Beginget_device_sync_status C# (CSharp) Method

Beginget_device_sync_status() public method

public Beginget_device_sync_status ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
device_groups string
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_device_sync_status(string [] device_groups,string [] [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_device_sync_status", new object[] {
            device_groups,
            devices}, callback, asyncState);
        }
ManagementDeviceGroup