ITransactionVoterNotifyAsync::VoteRequest

The MS DTC proxy calls this method to notify a transaction voter that phase one of the two-phase commit protocol has started.

HRESULT VoteRequest ();

Return Values

S_OK
Success. The transaction associated with this sink has entered phase one of the two-phase commit protocol.

Comments

The transaction voter implements this method to perform phase one work and return its vote to the transaction manager.