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