Visual Basic (Declaration) | |
---|---|
Public Function GetKeepAlive( _ ByRef keepAliveRate As Integer _ ) As Integer |
C# | |
---|---|
public int GetKeepAlive( out int keepAliveRate ) |
Parameters
- keepAliveRate
- The maximum amount of time (in milliseconds) between subscription callbacks. A value of zero indicates the server will not send any empty keep-alive callbacks.