iControl.ManagementDevice.Endset_location C# (CSharp) Method

Endset_location() public method

public Endset_location ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_location(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementDevice