ActionLog Class

Records user actions in a write-once-read-many log

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public class ActionLog : IActionLog
Inheritance
Object    ActionLog
Implements
IActionLog

Constructors

ActionLog Records user actions in a write-once-read-many log

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindAsync Finds the user action log entries in the specified range, optionally matching a username or ID
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
LogChangesAsync Logs a record of changes to an object
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteAsync Writes an entry to the action log

See Also