ActorProxyFactory Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ActorProxyFactory(OperationRetrySettings) |
Initialisiert eine neue Instanz der ActorProxyFactory-Klasse. |
ActorProxyFactory(Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>, OperationRetrySettings) |
Initialisiert eine neue instance der ActorProxyFactory -Klasse mithilfe von V2 Remoting Client Factory. |
ActorProxyFactory(OperationRetrySettings)
Initialisiert eine neue Instanz der ActorProxyFactory-Klasse.
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)
Parameter
- retrySettings
- OperationRetrySettings
Wiederholen Sie die Einstellungen für die Remoteobjektaufrufe, die vom Proxy ausgeführt werden.
Gilt für:
ActorProxyFactory(Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>, OperationRetrySettings)
Initialisiert eine neue instance der ActorProxyFactory -Klasse mithilfe von V2 Remoting Client Factory.
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)
Parameter
- createServiceRemotingClientFactory
- Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>
Factory-Methode zum Erstellen der Clientfactory für Remotingkommunikation.
- retrySettings
- OperationRetrySettings
Wiederholen Sie die Einstellungen für die Remoteobjektaufrufe, die vom Proxy ausgeführt werden.
Gilt für:
Azure SDK for .NET