次の方法で共有


ActorNameFormat.GetFabricServiceTransportSettingsSectionName(Type) メソッド

定義

アクター サービスの構成パッケージで指定された fabrictransport 構成セクション名を取得します。

public static string GetFabricServiceTransportSettingsSectionName (Type actorImplementationType);
static member GetFabricServiceTransportSettingsSectionName : Type -> string
Public Shared Function GetFabricServiceTransportSettingsSectionName (actorImplementationType As Type) As String

パラメーター

actorImplementationType
Type

アクターを実装するクラスの型。

戻り値

FabricTransport 構成セクション名。

注釈

FabricTransport 構成セクションで指定された値は、通信の構成 FabricTransportRemotingListenerSettings に使用されます。

適用対象