Class ActionStartSpyEventArgs
Event arguments for a start Action spy event.
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ActionStartSpyEventArgs : ActionSpyEventArgs
Properties
| Improve this Doc View SourceArguments
Gets or sets the arguments of the invocation.
Declaration
public IEnumerable<object> Arguments { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.Object> |
Context
Gets or sets the context of the invocation.
Declaration
public object Context { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
StartTime
Gets or sets the start Time of the action.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |