GrainReferenceShared Class

Definition

Properties common to GrainReference instances with the same GrainType and GrainInterfaceType.

public class GrainReferenceShared
type GrainReferenceShared = class
Public Class GrainReferenceShared
Inheritance
GrainReferenceShared

Constructors

GrainReferenceShared(GrainType, GrainInterfaceType, UInt16, IGrainReferenceRuntime, InvokeMethodOptions, CodecProvider, CopyContextPool, IServiceProvider)

Properties

CodecProvider

Gets the serialization codec provider.

CopyContextPool

Gets the serialization copy context pool.

GrainType

Gets the grain type.

InterfaceType

Gets the interface type.

InterfaceVersion

Gets the interface version.

InvokeMethodOptions

Gets the common invocation options.

Runtime

Gets the grain reference runtime.

ServiceProvider

Gets the service provider.

Applies to