WcfActorRemotingProviderAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WCF をアクターの既定のリモート処理プロバイダーとして設定します。
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class WcfActorRemotingProviderAttribute : Microsoft.ServiceFabric.Actors.Remoting.ActorRemotingProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type WcfActorRemotingProviderAttribute = class
inherit ActorRemotingProviderAttribute
Public NotInheritable Class WcfActorRemotingProviderAttribute
Inherits ActorRemotingProviderAttribute
- 継承
- 属性
コンストラクター
WcfActorRemotingProviderAttribute() |
WCF をアクターの既定の WcfActorRemotingProviderAttribute リモート処理プロバイダーとして設定するために使用できる クラスの新しいインスタンスを初期化します。 |
プロパティ
CloseTimeoutInMilliSeconds |
接続を中止する前に、メッセージが接続でドレインされるまでの待機時間をミリ秒単位で取得または設定します。 |
MaxMessageSize |
リモート処理メッセージの最大サイズをバイト単位で取得または設定します。 このプロパティの値が指定されていない場合、または 0 以下の場合は、既定値の 4,194,304 バイト (4 MB) が使用されます。 |
OpenTimeoutInMilliSeconds |
接続を開くのに待機する時間をミリ秒単位で取得または設定します。 |
RemotingClientVersion |
V1 または V2 リモート処理クライアントを使用する場所を決定する RemotingClientVersion を取得または設定します。 (継承元 ActorRemotingProviderAttribute) |
RemotingListenerVersion |
リスナーが V1、V2 のどこにあるかを判断する RemotingListenerVersion を取得または設定します。 (継承元 ActorRemotingProviderAttribute) |
メソッド
CreateServiceRemotingClientFactory(IServiceRemotingCallbackClient) |
リモート アクター インターフェイスに接続するサービス リモート処理クライアント ファクトリを作成します。 |
CreateServiceRemotingClientFactory(IServiceRemotingCallbackMessageHandler) |
リモート アクター インターフェイスに接続する V2 サービス リモート処理クライアント ファクトリを作成します。 |
CreateServiceRemotingListener(ActorService) |
アクター インターフェイスをリモート処理するためのサービス リモート処理リスナーを作成します。 |
CreateServiceRemotingListeners() |
アクター インターフェイスをリモート処理するための V2 サービス リモート処理リスナーを作成します。 |
適用対象
Azure SDK for .NET