iControl.ManagementDeviceGroup.Beginget_type C# (CSharp) Method

Beginget_type() public method

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