SPServiceCallUsageEntry members

Represents an entry in the service call usage table.

The SPServiceCallUsageEntry type exposes the following members.

Constructors

  Name Description
Public method SPServiceCallUsageEntry() Create a new usage entry.
Public method SPServiceCallUsageEntry([]) Create a new usage entry and populate it with the specified data.

Top

Properties

  Name Description
Public property Action The action taken by the service call.
Public property ClientDuration The client duration of the service call.
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property ID The unique id of the service call.
Public property MachineName (Inherited from SPUsageEntry.)
Public property ParentID The unique id of the parent service call if this is a service-to-service call.
Public property ParentInstanceName (Inherited from SPUsageEntry.)
Public property ParentType The type of the usage provider associated with this usage entry. (Overrides SPUsageEntry.ParentType.)
Public property ParentTypeGuid (Inherited from SPUsageEntry.)
Public property ServerDuration The server duration of the service call.
Public property ServerName The name of the server that handled the service call.
Public property SiteSubscriptionId Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.)
Public property 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.)
Public property 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.)
Public property User Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.)

Top

Methods

  Name Description
Public methodStatic member Create Create a usage entry for an outgoing service call.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetBaseObjectData (Inherited from SPUsageEntry.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ISerializableUsageEntry.GetObjectData Serialize the usage entry.

Top

See also

Reference

SPServiceCallUsageEntry class

Microsoft.SharePoint.Administration namespace