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) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (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.
|

