C# Class Xtalion.Async.ApmInvocation

Inheritance: Invocation
Afficher le fichier Open project: yevhen/Servelat-Pieces Class Usage Examples

Méthodes publiques

Méthode Description
ApmInvocation ( object target, MethodCallExpression expression ) : System
Invoke ( ) : void

Private Methods

Méthode Description
BuildParameters ( MethodCallExpression expression ) : object[]
GetBeginMethod ( MethodCallExpression expression ) : MethodInfo
GetEndMethod ( MethodCallExpression expression ) : MethodInfo
GetMethod ( string prefix, string name ) : MethodInfo
OnInvokeCompleted ( IAsyncResult ar ) : void

Method Details

ApmInvocation() public méthode

public ApmInvocation ( object target, MethodCallExpression expression ) : System
target object
expression System.Linq.Expressions.MethodCallExpression
Résultat System

Invoke() public méthode

public Invoke ( ) : void
Résultat void