ActorProxyFactory コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ActorProxyFactory(OperationRetrySettings) |
ActorProxyFactory クラスの新しいインスタンスを初期化します。 |
ActorProxyFactory(Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>, OperationRetrySettings) |
V2 リモート処理クライアント ファクトリを ActorProxyFactory 使用して、 クラスの新しいインスタンスを初期化します。 |
ActorProxyFactory(OperationRetrySettings)
ActorProxyFactory クラスの新しいインスタンスを初期化します。
public ActorProxyFactory (Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings retrySettings = default);
new Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory : Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings -> Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory
Public Sub New (Optional retrySettings As OperationRetrySettings = Nothing)
パラメーター
- retrySettings
- OperationRetrySettings
プロキシによって行われるリモート オブジェクト呼び出しの設定を再試行します。
適用対象
ActorProxyFactory(Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>, OperationRetrySettings)
V2 リモート処理クライアント ファクトリを ActorProxyFactory 使用して、 クラスの新しいインスタンスを初期化します。
public ActorProxyFactory (Func<Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingCallbackMessageHandler,Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClientFactory> createServiceRemotingClientFactory, Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings retrySettings = default);
new Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory : Func<Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingCallbackMessageHandler, Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClientFactory> * Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings -> Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory
Public Sub New (createServiceRemotingClientFactory As Func(Of IServiceRemotingCallbackMessageHandler, IServiceRemotingClientFactory), Optional retrySettings As OperationRetrySettings = Nothing)
パラメーター
- createServiceRemotingClientFactory
- Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>
リモート処理通信クライアント ファクトリを作成するファクトリ メソッド。
- retrySettings
- OperationRetrySettings
プロキシによって行われるリモート オブジェクト呼び出しの設定を再試行します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET