ManagementServer.EndExecuteDeviceDiscovery(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
End execute device discovery.
public:
Microsoft::EnterpriseManagement::Administration::DiscoveryTaskResult ^ EndExecuteDeviceDiscovery(IAsyncResult ^ asyncResult);
public Microsoft.EnterpriseManagement.Administration.DiscoveryTaskResult EndExecuteDeviceDiscovery (IAsyncResult asyncResult);
member this.EndExecuteDeviceDiscovery : IAsyncResult -> Microsoft.EnterpriseManagement.Administration.DiscoveryTaskResult
Public Function EndExecuteDeviceDiscovery (asyncResult As IAsyncResult) As DiscoveryTaskResult
Parameters
- asyncResult
- IAsyncResult
IAsyncResult returned from BeginExecuteDeviceDiscovery.
Returns
Discovery task result.
Exceptions
Not currently connected to a management group.
Remarks
EndExecuteDeviceDiscovery is a blocking method that completes the asynchronous discovery request started in the BeginExecuteDeviceDiscovery method.