FabricClient 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.
Creates and manages Service Fabric services and other entities.
public sealed class FabricClient : IDisposable
type FabricClient = class
interface IDisposable
Public NotInheritable Class FabricClient
Implements IDisposable
- Inheritance
-
FabricClient
- Implements
Remarks
It is highly recommended that you share FabricClients as much as possible. This is because the FabricClient has multiple optimizations such as caching and batching that you would not be able to fully utilize otherwise.
Constructors
Fields
FabricSystemApplication |
Properties
Methods
Dispose() | |
Finalize() | |
UpdateSecurityCredentials(SecurityCredentials) | |
UpdateSettings(FabricClientSettings) |
Events
ClaimsRetrieval | |
ClientConnected | |
ClientDisconnected |