MonitoringPerformanceData.ResetSignatureCollection Method

Definition

Overloads

ResetSignatureCollection(MonitoringTaskStatusChangeCallback)

This method resets performance signature collection for a given ME and a given signature rule id. Its not smart enough to know if the signature is already resumed|pause or when it was reset. The server side has to determine the signature id to use by looking at the rule config and then submit a task to this effect.

ResetSignatureCollection(TaskStatusChangeCallback)

This method resets performance signature collection for a given ME and a given signature rule id. Its not smart enough to know if the signature is already resumed|pause or when it was reset. The server side has to determine the signature id to use by looking at the rule config and then submit a task to this effect.

ResetSignatureCollection(MonitoringTaskStatusChangeCallback)

This method resets performance signature collection for a given ME and a given signature rule id. Its not smart enough to know if the signature is already resumed|pause or when it was reset. The server side has to determine the signature id to use by looking at the rule config and then submit a task to this effect.

public:
 void ResetSignatureCollection(Microsoft::EnterpriseManagement::Monitoring::MonitoringTaskStatusChangeCallback ^ callback);
public void ResetSignatureCollection (Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskStatusChangeCallback callback);
member this.ResetSignatureCollection : Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskStatusChangeCallback -> unit
Public Sub ResetSignatureCollection (callback As MonitoringTaskStatusChangeCallback)

Parameters

callback
MonitoringTaskStatusChangeCallback

The callback delegate.

Applies to

ResetSignatureCollection(TaskStatusChangeCallback)

This method resets performance signature collection for a given ME and a given signature rule id. Its not smart enough to know if the signature is already resumed|pause or when it was reset. The server side has to determine the signature id to use by looking at the rule config and then submit a task to this effect.

public:
 void ResetSignatureCollection(Microsoft::EnterpriseManagement::Runtime::TaskStatusChangeCallback ^ callback);
public void ResetSignatureCollection (Microsoft.EnterpriseManagement.Runtime.TaskStatusChangeCallback callback);
member this.ResetSignatureCollection : Microsoft.EnterpriseManagement.Runtime.TaskStatusChangeCallback -> unit
Public Sub ResetSignatureCollection (callback As TaskStatusChangeCallback)

Parameters

Applies to