C# Class Tortuga.Chain.Core.ExecutionTokenPreparedEventArgs

This occurs just after an execution token is prepared.
Inheritance: System.EventArgs
Afficher le fichier Open project: docevaad/Chain Class Usage Examples

Méthodes publiques

Méthode Description
ExecutionTokenPreparedEventArgs ( ExecutionToken executionToken ) : System

Initializes a new instance of the CommandBuiltEventArgs class.

Method Details

ExecutionTokenPreparedEventArgs() public méthode

Initializes a new instance of the CommandBuiltEventArgs class.
public ExecutionTokenPreparedEventArgs ( ExecutionToken executionToken ) : System
executionToken ExecutionToken The execution token.
Résultat System