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