AzureClient Class
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.
Caution
This type is obsolete and may be removed in a future release. Use ClientBuilder to create an instance of IClusterClient instead.
Utility class for initializing an Orleans client running inside Azure.
public static class AzureClient
[System.Obsolete("This type is obsolete and may be removed in a future release. Use ClientBuilder to create an instance of IClusterClient instead.")]
public static class AzureClient
type AzureClient = class
[<System.Obsolete("This type is obsolete and may be removed in a future release. Use ClientBuilder to create an instance of IClusterClient instead.")>]
type AzureClient = class
Public Class AzureClient
- Inheritance
-
AzureClient
- Attributes
Fields
MaxRetries |
Number of retry attempts to make when searching for gateway silos to connect to. |
StartupRetryPause |
Amount of time to pause before each retry attempt. |
Properties
ConfigureClientDelegate |
delegate to add some configuration to the client |
ConfigureLoggingDelegate |
delegate to configure logging, default to none logger configured |
IsInitialized |
Whether the Orleans Azure client runtime has already been initialized |
Methods
DefaultConfiguration() |
Returns default client configuration object for passing to AzureClient. |
Initialize() |
Initialise the Orleans client runtime in this Azure process |
Initialize(ClientConfiguration) |
Initializes the Orleans client runtime in this Azure process from the provided client configuration object. If the configuration object is null, the initialization fails. |
Initialize(FileInfo) |
Initialise the Orleans client runtime in this Azure process |
Initialize(String) |
Initialise the Orleans client runtime in this Azure process |
Uninitialize() |
Uninitializes the Orleans client runtime in this Azure process. |