ClientMonitoringSettings.ChangeStatusFileKeepDays Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Changes the number of days to keep status files on a file share.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As ClientMonitoringSettings
Dim mgmtServer As ManagementServer
Dim days As Integer
instance.ChangeStatusFileKeepDays(mgmtServer, days)
Syntax
'Declaration
Public Sub ChangeStatusFileKeepDays ( _
mgmtServer As ManagementServer, _
days As Integer _
)
public void ChangeStatusFileKeepDays (
ManagementServer mgmtServer,
int days
)
public:
void ChangeStatusFileKeepDays (
ManagementServer^ mgmtServer,
int days
)
public void ChangeStatusFileKeepDays (
ManagementServer mgmtServer,
int days
)
public function ChangeStatusFileKeepDays (
mgmtServer : ManagementServer,
days : int
)
Parameters
- mgmtServer
The Management Server where the file share is located.
- days
The number of days to keep the status files.
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
See Also
Reference
ClientMonitoringSettings Class
ClientMonitoringSettings Members
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace