iControl.ManagementDevice.Beginset_location C# (CSharp) Method

Beginset_location() public method

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