-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycorercon StaticHelpers
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.RCon
SharedLibraryCore.RCon.StaticHelpers[[StaticHelpers]]
end
Returns | Name |
---|---|
TimeSpan |
SocketTimeout (int retryAttempt)timeout in seconds to wait for a socket send or receive before giving up |
QueryType
public static TimeSpan SocketTimeout(int retryAttempt)
Type | Name | Description |
---|---|---|
int |
retryAttempt |
timeout in seconds to wait for a socket send or receive before giving up
Generated with ModularDoc