AemTaskStatusCallback Delegate

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

A delegate used for a callback method that gets called when the status of a task changes.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public delegate void AemTaskStatusCallback(
	bool result,
	String^ sdkErrorMessage,
	String^ taskOutput
)

Parameters

result
Type: System::Boolean

A Boolean value that determines whether the task succeeded or not. This value is true if the task succeeded and false if the task failed.

output

If the task failed, then this parameter contains output information about the failure.

Return to top
Show: