SPDiagnosticDataStore members
An abstract class represents the data store contains the scope and nvp pair data. The method here defines what operations the store should support
The SPDiagnosticDataStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDiagnosticDataStore |
Top
Properties
Name | Description | |
---|---|---|
IsReady | ||
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add(IList<SPDiagnosticsData>) | ||
Add(IList<SPMonitoredScopeData>) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get(Guid) | ||
Get(Guid, Int64) | ||
Get(String, DateTime) | ||
GetAggregatedData | ||
GetData(Guid) | ||
GetData(Guid, String) | ||
GetData(Guid, Int64, String) | ||
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top