次の方法で共有


ActorProxyFactory コンストラクター

定義

オーバーロード

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

プロキシによって行われるリモート オブジェクト呼び出しの設定を再試行します。

適用対象