- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for removePendingOperation (0.49 sec)
-
src/main/java/jcifs/internal/smb2/multichannel/ChannelInfo.java
} /** * Remove a pending operation * * @param operation operation to remove * @return true if operation was removed */ public boolean removePendingOperation(CommonServerMessageBlock operation) { return pendingOperations.remove(operation); } /** * Clear all pending operations */ public void clearPendingOperations() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 10.6K bytes - Viewed (0)