Cancels the callback for the specified
asynchronous discovery operation. Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ManagementServer Dim asyncResult As IAsyncResult instance.UnregisterExecuteDiscovery(asyncResult)Public Sub UnregisterExecuteDiscovery ( _ asyncResult As IAsyncResult _ )public void UnregisterExecuteDiscovery ( IAsyncResult asyncResult )public: void UnregisterExecuteDiscovery ( IAsyncResult^ asyncResult )public void UnregisterExecuteDiscovery ( IAsyncResult asyncResult )public function UnregisterExecuteDiscovery ( asyncResult : IAsyncResult )ParametersasyncResultAn IAsyncResult instance created when starting an asynchronous operation.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ManagementServer Dim asyncResult As IAsyncResult instance.UnregisterExecuteDiscovery(asyncResult)Public Sub UnregisterExecuteDiscovery ( _ asyncResult As IAsyncResult _ )public void UnregisterExecuteDiscovery ( IAsyncResult asyncResult )public: void UnregisterExecuteDiscovery ( IAsyncResult^ asyncResult )public void UnregisterExecuteDiscovery ( IAsyncResult asyncResult )public function UnregisterExecuteDiscovery ( asyncResult : IAsyncResult )ParametersasyncResultAn IAsyncResult instance created when starting an asynchronous operation.
If you specified a callback method when starting a discovery task, the specified method is automatically called when the task is complete. After you cancel the callback for a task, its completion no longer causes the automatic execution of the specified callback method.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.