CrmServiceClient.InMemoryLogCollectionTimeOutMinutes Property
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.
This is the number of minuets that logs will be retained before being purged from memory. Default is 5 min. This capability controls how long the log cache is kept in memory.
public:
static property TimeSpan InMemoryLogCollectionTimeOutMinutes { TimeSpan get(); void set(TimeSpan value); };
public static TimeSpan InMemoryLogCollectionTimeOutMinutes { get; set; }
static member InMemoryLogCollectionTimeOutMinutes : TimeSpan with get, set
Public Shared Property InMemoryLogCollectionTimeOutMinutes As TimeSpan