iControl.ManagementDeviceGroup.Beginget_type C# (CSharp) Méthode

Beginget_type() public méthode

public Beginget_type ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
Résultat 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