RemoteCommitService.Fail(Guid, String) 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<bool> Fail (Guid transactionId, string data);
abstract member Fail : Guid * string -> System.Threading.Tasks.Task<bool>
override this.Fail : Guid * string -> System.Threading.Tasks.Task<bool>
Public Function Fail (transactionId As Guid, data As String) As Task(Of Boolean)
Parameters
- transactionId
- Guid
- data
- String