iControl.ManagementDevice.Beginset_location C# (CSharp) Méthode

Beginset_location() public méthode

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