IStatelessServiceInstance.OpenAsync Method
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.
public System.Threading.Tasks.Task<string> OpenAsync(System.Fabric.IStatelessServicePartition partition, System.Threading.CancellationToken cancellationToken);
abstract member OpenAsync : System.Fabric.IStatelessServicePartition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function OpenAsync (partition As IStatelessServicePartition, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- partition
- IStatelessServicePartition
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<System.String>