SPServiceCallUsageEntry members
Represents an entry in the service call usage table.
The SPServiceCallUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPServiceCallUsageEntry() | Create a new usage entry. | |
SPServiceCallUsageEntry([]) | Create a new usage entry and populate it with the specified data. |
Top
Properties
Name | Description | |
---|---|---|
Action | The action taken by the service call. | |
ClientDuration | The client duration of the service call. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
ID | The unique id of the service call. | |
MachineName | (Inherited from SPUsageEntry.) | |
ParentID | The unique id of the parent service call if this is a service-to-service call. | |
ParentInstanceName | (Inherited from SPUsageEntry.) | |
ParentType | The type of the usage provider associated with this usage entry. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
ServerDuration | The server duration of the service call. | |
ServerName | The name of the server that handled the service call. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.) | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) |
Top
Methods
Name | Description | |
---|---|---|
Create | Create a usage entry for an outgoing service call. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseObjectData | (Inherited from SPUsageEntry.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData | Serialize the usage entry. |
Top