MonitoringPerformanceData.ResumeSignatureCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResumeSignatureCollection(MonitoringTaskStatusChangeCallback) |
This method resumes 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. |
ResumeSignatureCollection(TaskStatusChangeCallback) |
This method resumes 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. |
ResumeSignatureCollection(MonitoringTaskStatusChangeCallback)
This method resumes 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 ResumeSignatureCollection(Microsoft::EnterpriseManagement::Monitoring::MonitoringTaskStatusChangeCallback ^ callback);
public void ResumeSignatureCollection (Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskStatusChangeCallback callback);
member this.ResumeSignatureCollection : Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskStatusChangeCallback -> unit
Public Sub ResumeSignatureCollection (callback As MonitoringTaskStatusChangeCallback)
Parameters
- callback
- MonitoringTaskStatusChangeCallback
The callback delegate.
Applies to
ResumeSignatureCollection(TaskStatusChangeCallback)
This method resumes 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 ResumeSignatureCollection(Microsoft::EnterpriseManagement::Runtime::TaskStatusChangeCallback ^ callback);
public void ResumeSignatureCollection (Microsoft.EnterpriseManagement.Runtime.TaskStatusChangeCallback callback);
member this.ResumeSignatureCollection : Microsoft.EnterpriseManagement.Runtime.TaskStatusChangeCallback -> unit
Public Sub ResumeSignatureCollection (callback As TaskStatusChangeCallback)
Parameters
- callback
- TaskStatusChangeCallback