Visual Basic (Declaration) | |
---|---|
Public Sub WriteCompleted( _ ByVal groupHandle As Integer, _ ByVal transactionId As Integer, _ ByVal clientHandles() As Integer, _ ByVal errors() As Integer _ ) |
C# | |
---|---|
public void WriteCompleted( int groupHandle, int transactionId, int[] clientHandles, int[] errors ) |
Parameters
- groupHandle
- The group handle.
- transactionId
- The transaction id.
- clientHandles
- The client handles.
- errors
- The errors.