GrainReferenceShared Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |