C# Class System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
AgileAsyncWorkerItem ( IMethodCallMessage message, AsyncResult ar, Object target ) : System.Threading
DoAsyncCall ( ) : void
ThreadPoolCallBack ( Object o ) : void

Method Details

AgileAsyncWorkerItem() public méthode

public AgileAsyncWorkerItem ( IMethodCallMessage message, AsyncResult ar, Object target ) : System.Threading
message IMethodCallMessage
ar System.Runtime.Remoting.Messaging.AsyncResult
target Object
Résultat System.Threading

DoAsyncCall() public méthode

public DoAsyncCall ( ) : void
Résultat void

ThreadPoolCallBack() public static méthode

public static ThreadPoolCallBack ( Object o ) : void
o Object
Résultat void