ExecutionEventArgs Members
The ExecutionEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExecutionEventArgs(ExecutionToken, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) |
Initializes a new instance of the ExecutionEventArgs class.
|
![]() |
ExecutionEventArgs(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) |
Initializes a new instance of the ExecutionEventArgs class.
|
![]() |
ExecutionEventArgs(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Object>)>>)) |
Initializes a new instance of the ExecutionEventArgs class.
|
![]() |
ExecutionEventArgs(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Nullable<(Of <<'(Object>)>>)) |
Initializes a new instance of the ExecutionEventArgs class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Duration |
Gets the duration of the request, if available.
|
![]() |
EndTime |
Gets the end time.
|
![]() |
Error |
Gets the error.
|
![]() |
ExecutionDetails |
Gets the details of the execution.
|
![]() |
RowsAffected |
If available, this shows the number of rows affected by the execution.
|
![]() |
StartTime |
Gets the start time.
|
![]() |
State |
Gets the user-defined state.
|