iControl.ManagementDevice.Beginset_location C# (CSharp) Метод

Beginset_location() публичный Метод

public Beginset_location ( string devices, string locations, System callback, object asyncState ) : System.IAsyncResult
devices string
locations string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginset_location(string [] devices,string [] locations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_location", new object[] {
            devices,
            locations}, callback, asyncState);
        }
ManagementDevice