ReliableState Interface
public interface ReliableState
Defines methods for interacting with all reliable state in Service Fabric.
Method Summary
Modifier and Type | Method and Description |
---|---|
URI |
getName()
Gets a value indicating the unique name for ReliableState |
Method Details
getName
public URI getName()
Gets a value indicating the unique name for ReliableState
Returns:
The name of the ReliableState instance.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java