iControl.ManagementDeviceGroup.get_full_load_on_sync_state C# (CSharp) 메소드

get_full_load_on_sync_state() 개인적인 메소드

private get_full_load_on_sync_state ( string device_groups ) : CommonEnabledState[]
device_groups string
리턴 CommonEnabledState[]
        public CommonEnabledState[] get_full_load_on_sync_state(
		string [] device_groups
	)
        {
            object [] results = this.Invoke("get_full_load_on_sync_state", new object [] {
                device_groups});
            return ((CommonEnabledState [])(results[0]));
        }
ManagementDeviceGroup