FabricReplicator.IReplicator.OpenAsync(CancellationToken) 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.
System.Threading.Tasks.Task<string> IReplicator.OpenAsync(System.Threading.CancellationToken cancellationToken);
abstract member System.Fabric.IReplicator.OpenAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.System.Fabric.IReplicator.OpenAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Function OpenAsync (cancellationToken As CancellationToken) As Task(Of String) Implements IReplicator.OpenAsync
Parameters
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<System.String>