GrainReferenceShared Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public GrainReferenceShared (Orleans.Runtime.GrainType grainType, Orleans.Runtime.GrainInterfaceType grainInterfaceType, ushort interfaceVersion, Orleans.Runtime.IGrainReferenceRuntime runtime, Orleans.CodeGeneration.InvokeMethodOptions invokeMethodOptions, Orleans.Serialization.Serializers.CodecProvider codecProvider, Orleans.Serialization.Cloning.CopyContextPool copyContextPool, IServiceProvider serviceProvider);
new Orleans.Runtime.GrainReferenceShared : Orleans.Runtime.GrainType * Orleans.Runtime.GrainInterfaceType * uint16 * Orleans.Runtime.IGrainReferenceRuntime * Orleans.CodeGeneration.InvokeMethodOptions * Orleans.Serialization.Serializers.CodecProvider * Orleans.Serialization.Cloning.CopyContextPool * IServiceProvider -> Orleans.Runtime.GrainReferenceShared
Public Sub New (grainType As GrainType, grainInterfaceType As GrainInterfaceType, interfaceVersion As UShort, runtime As IGrainReferenceRuntime, invokeMethodOptions As InvokeMethodOptions, codecProvider As CodecProvider, copyContextPool As CopyContextPool, serviceProvider As IServiceProvider)
Parameter
- grainType
- GrainType
- grainInterfaceType
- GrainInterfaceType
- interfaceVersion
- UInt16
- runtime
- IGrainReferenceRuntime
- invokeMethodOptions
- InvokeMethodOptions
- codecProvider
- CodecProvider
- copyContextPool
- CopyContextPool
- serviceProvider
- IServiceProvider