Previous | Next |
Returns or sets a Long value specifying the log-file period for this Windows Media Unicast Admin control.
Syntax
NSUnicastMgr.LogFilePeriod
Remarks
The log-file period is a number whose value determines when the log file is reset. The following list shows supported values.
Value | Period | Description |
0 | File size | The log file is reset when it reaches a specific size. This size is set or returned by using the LogFileSize property. |
1 | Daily | The log file is reset daily. |
2 | Weekly | The log file is reset weekly. |
3 | Monthly | The log file is reset monthly. |
To use the LogFileSize property, the value of the LogFilePeriod property must be 0 (zero).
See Also
Previous | Next |