iControl.ManagementDeviceGroup.Beginget_full_load_on_sync_state C# (CSharp) Method

Beginget_full_load_on_sync_state() public method

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