Show / Hide Table of Contents

Class ActionStartSpyEventArgs

Event arguments for a start Action spy event.

Inheritance
System.Object
SpyEventArgs
ActionSpyEventArgs
ActionStartSpyEventArgs
Inherited Members
ActionSpyEventArgs.ActionId
SpyEventArgs.Name
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ActionStartSpyEventArgs : ActionSpyEventArgs

Properties

| Improve this Doc View Source

Arguments

Gets or sets the arguments of the invocation.

Declaration
public IEnumerable<object> Arguments { get; set; }
Property Value
Type Description
IEnumerable<System.Object>
| Improve this Doc View Source

Context

Gets or sets the context of the invocation.

Declaration
public object Context { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

StartTime

Gets or sets the start Time of the action.

Declaration
public DateTime StartTime { get; set; }
Property Value
Type Description
DateTime

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX