ManagementPack.ProcessMonitoringTemplate Method (ManagementPackTemplate, String, String, String, String)
This method is now obsolete. Please use ProcessTemplate(ManagementPackTemplate,String,String,String,String) instead.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ManagementPack
Dim template As ManagementPackTemplate
Dim configuration As String
Dim folderName As String
Dim folderDisplayName As String
Dim folderDescription As String
Dim returnValue As ManagementPackFolder
returnValue = instance.ProcessMonitoringTemplate(template, configuration, folderName, folderDisplayName, folderDescription)
Syntax
'Declaration
<ObsoleteAttribute("This method is now obsolete. Please use ProcessTemplate instead.")> _
Public Function ProcessMonitoringTemplate ( _
template As ManagementPackTemplate, _
configuration As String, _
folderName As String, _
folderDisplayName As String, _
folderDescription As String _
) As ManagementPackFolder
[ObsoleteAttribute("This method is now obsolete. Please use ProcessTemplate instead.")]
public ManagementPackFolder ProcessMonitoringTemplate (
ManagementPackTemplate template,
string configuration,
string folderName,
string folderDisplayName,
string folderDescription
)
[ObsoleteAttribute(L"This method is now obsolete. Please use ProcessTemplate instead.")]
public:
ManagementPackFolder^ ProcessMonitoringTemplate (
ManagementPackTemplate^ template,
String^ configuration,
String^ folderName,
String^ folderDisplayName,
String^ folderDescription
)
/** @attribute ObsoleteAttribute("This method is now obsolete. Please use ProcessTemplate instead.") */
public ManagementPackFolder ProcessMonitoringTemplate (
ManagementPackTemplate template,
String configuration,
String folderName,
String folderDisplayName,
String folderDescription
)
ObsoleteAttribute("This method is now obsolete. Please use ProcessTemplate instead.")
public function ProcessMonitoringTemplate (
template : ManagementPackTemplate,
configuration : String,
folderName : String,
folderDisplayName : String,
folderDescription : String
) : ManagementPackFolder
Parameters
- template
The template to process.
- configuration
Configuration data for the template.
- folderName
The folder to put the output in.
- folderDisplayName
The display name of the returned folder.
- folderDescription
The description of the returned folder.
Return Value
A ManagementPackFolder object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPack Class
ManagementPack Members
Microsoft.EnterpriseManagement.Configuration Namespace