AemTaskStatusCallback Delegate
System Center
Updated: April 16, 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public delegate void AemTaskStatusCallback ( bool result, String^ sdkErrorMessage, String^ taskOutput )
/** @delegate */ public delegate void AemTaskStatusCallback ( boolean result, String sdkErrorMessage, String taskOutput )
Parameters
- result
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.
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Community Additions
ADD
Show: