| Visual Basic | |
|---|---|
Sub GetParallelTransitionInfo( _ ByVal lDocumentID As System.Integer, _ ByVal lProjectID As System.Integer, _ ByRef plReqNum As System.Integer, _ ByRef plCommitNum As System.Integer, _ ByRef pbRevoke As System.Boolean _ ) | |
| C# | |
|---|---|
void GetParallelTransitionInfo( System.int lDocumentID, System.int lProjectID, out System.int plReqNum, out System.int plCommitNum, out System.bool pbRevoke ) | |
| C++/CLI | |
|---|---|
void GetParallelTransitionInfo( & System.int lDocumentID, & System.int lProjectID, & [Out] System.int plReqNum, & [Out] System.int plCommitNum, & [Out] System.bool pbRevoke ) | |
Parameters
- lDocumentID
- Document ID
- lProjectID
- Project ID
- plReqNum
- Number of this parallel transition
- plCommitNum
- Number of committed users
- pbRevoke
- True to revoke, false to not