Method | Description | |
---|---|---|
HeartbeatInterval ( this options ) : System.TimeSpan |
The interval between successively checking connection states.
|
|
KeepAliveTimeout ( this options ) : TimeSpan? |
The amount of time the client should wait without seeing a keep alive before trying to reconnect.
|
|
TopicTtl ( this options ) : System.TimeSpan |
The amount of time a Topic should stay in memory after its last subscriber is removed.
|
public static HeartbeatInterval ( this options ) : System.TimeSpan | ||
options | this | |
return | System.TimeSpan |
public static KeepAliveTimeout ( this options ) : TimeSpan? | ||
options | this | |
return | TimeSpan? |
public static TopicTtl ( this options ) : System.TimeSpan | ||
options | this | |
return | System.TimeSpan |