ActorProxyFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ActorProxyFactory(OperationRetrySettings) |
Initializes a new instance of the ActorProxyFactory class. |
ActorProxyFactory(Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>, OperationRetrySettings) |
Initializes a new instance of the ActorProxyFactory class using V2 Remoting Client Factory. |
ActorProxyFactory(OperationRetrySettings)
Initializes a new instance of the ActorProxyFactory class.
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)
Parameters
- retrySettings
- OperationRetrySettings
Retry settings for the remote object calls made by proxy.
Applies to
ActorProxyFactory(Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>, OperationRetrySettings)
Initializes a new instance of the ActorProxyFactory class using 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)
Parameters
- createServiceRemotingClientFactory
- Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>
Factory method to create remoting communication client factory.
- retrySettings
- OperationRetrySettings
Retry settings for the remote object calls made by proxy.
Applies to
Azure SDK for .NET