SPDiagnosticsState members
Provides the state information needed to allow asynchronous operations to provide diagnostic information that can be coordinated with the original request
The SPDiagnosticsState type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | Returns an instance of the SPDiagnosticsState object which can be used for providing diagnostic informaiton during asynchronous operations |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IXmlSerializable.GetSchema | Returns the schema for the serialization of the object | |
IXmlSerializable.ReadXml | Deserializes the object from XML | |
IXmlSerializable.WriteXml | Serializes the current instance into XML |
Top