Skip to main content

OfficeStateProviderBase Methods

Defines the required members of a session-state store provider.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindWorkSessionId(String) Returns an ID of the specified document’s session.
Get(String) Returns a value of the variable with the specified name.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HasWorkSessionId(Guid) Indicates whether the provider stores a session with the specified ID.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(Guid) Removes a session with the specified ID.
Set(String, String) Sets a value for the variable with the specified name.
ToString() Returns a string that represents the current object. Inherited from Object.
UndoCheckOut(Guid) Discards all changes to the session since the last check out.
See Also