ManagementServer.EndExecuteWindowsDiscovery(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 Windows discovery.
public:
Microsoft::EnterpriseManagement::Administration::DiscoveryTaskResult ^ EndExecuteWindowsDiscovery(IAsyncResult ^ asyncResult);
public Microsoft.EnterpriseManagement.Administration.DiscoveryTaskResult EndExecuteWindowsDiscovery (IAsyncResult asyncResult);
member this.EndExecuteWindowsDiscovery : IAsyncResult -> Microsoft.EnterpriseManagement.Administration.DiscoveryTaskResult
Public Function EndExecuteWindowsDiscovery (asyncResult As IAsyncResult) As DiscoveryTaskResult
Parameters
- asyncResult
- IAsyncResult
IAsyncResult returned from BeginExecuteWindowsDiscovery.
Returns
Discovery task result.
Exceptions
Not currently connected to a management group.
Remarks
The EndExecuteWindowsDiscovery method is a blocking method that completes the asynchronous discovery request started in the BeginExecuteWindowsDiscovery method.