메소드 |
설명 |
|
CallGrain ( IOwinContext context, string>.IDictionary parameters ) : Task |
|
|
Dispatch ( Func |
|
|
GetGrain ( Type grainType, MethodInfo grainFactoryMethod, string id, string classPrefix ) : object |
|
|
GetGrainFactoryViaReflection ( string grainTypeName ) : MethodInfo |
|
|
GetGrainFactoryWithCache ( string grainTypeName ) : MethodInfo |
|
|
GetGrainParameters ( MethodInfo grainMethod, IOwinContext context ) : IEnumerable |
|
|
GetGrainType ( string grainTypeName ) : Type |
|
|
GetGrainTypeViaReflection ( string grainTypeName ) : Type |
|
|
Ping ( IOwinContext context, string>.IDictionary parameters ) : Task |
|
|
PingGrain ( IOwinContext context, string>.IDictionary parameters ) : Task |
|
|