次の方法で共有


GrainReferenceShared クラス

定義

と が同じGrainTypeGrainInterfaceTypeインスタンスに共通GrainReferenceのプロパティ。

public class GrainReferenceShared
type GrainReferenceShared = class
Public Class GrainReferenceShared
継承
GrainReferenceShared

コンストラクター

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

と が同じGrainTypeGrainInterfaceTypeインスタンスに共通GrainReferenceのプロパティ。

プロパティ

CodecProvider

シリアル化コーデック プロバイダーを取得します。

CopyContextPool

シリアル化コピー コンテキスト プールを取得します。

GrainType

グレインの種類を取得します。

InterfaceType

インターフェイスの種類を取得します。

InterfaceVersion

インターフェイスのバージョンを取得します。

InvokeMethodOptions

一般的な呼び出しオプションを取得します。

Runtime

グレイン参照ランタイムを取得します。

ServiceProvider

サービス プロバイダーを取得します。

適用対象