ITransactionCommitOperation<TService>.Commit(Guid, TService) 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> Commit (Guid transactionId, TService service);
abstract member Commit : Guid * 'Service -> System.Threading.Tasks.Task<bool>
Public Function Commit (transactionId As Guid, service As TService) As Task(Of Boolean)
Parameters
- transactionId
- Guid
- service
- TService