MonitoringPerformanceData.PauseSignatureCollection Method

Definition

Overloads

PauseSignatureCollection(MonitoringTaskStatusChangeCallback)

This method pauses 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.

PauseSignatureCollection(TaskStatusChangeCallback)

This method pauses 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.

PauseSignatureCollection(MonitoringTaskStatusChangeCallback)

This method pauses 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 PauseSignatureCollection(Microsoft::EnterpriseManagement::Monitoring::MonitoringTaskStatusChangeCallback ^ callback);
public void PauseSignatureCollection (Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskStatusChangeCallback callback);
member this.PauseSignatureCollection : Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskStatusChangeCallback -> unit
Public Sub PauseSignatureCollection (callback As MonitoringTaskStatusChangeCallback)

Parameters

callback
MonitoringTaskStatusChangeCallback

The callback delegate.

Applies to

PauseSignatureCollection(TaskStatusChangeCallback)

This method pauses 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 PauseSignatureCollection(Microsoft::EnterpriseManagement::Runtime::TaskStatusChangeCallback ^ callback);
public void PauseSignatureCollection (Microsoft.EnterpriseManagement.Runtime.TaskStatusChangeCallback callback);
member this.PauseSignatureCollection : Microsoft.EnterpriseManagement.Runtime.TaskStatusChangeCallback -> unit
Public Sub PauseSignatureCollection (callback As TaskStatusChangeCallback)

Parameters

Applies to