Property | Type | Description |
---|
Method | Description | |
---|---|---|
Abort ( ) : void | ||
Abort ( int timeout ) : void | ||
Abort ( ushort reasonCode, string reasonText ) : void | ||
Abort ( ushort reasonCode, string reasonText, int timeout ) : void | ||
Close ( ) : void | ||
Close ( int timeout ) : void | ||
Close ( ushort reasonCode, string reasonText ) : void | ||
Close ( ushort reasonCode, string reasonText, int timeout ) : void | ||
CreateModel ( ) : IModel | ||
Dispose ( ) : void | ||
HandleConnectionBlocked ( string reason ) : void | ||
HandleConnectionUnblocked ( ) : void | ||
LogException ( |
||
OnConnectionShutdown ( object sender, ShutdownEventArgs reason ) : void | ||
PersistentConnection ( RabbitMqConnectionFactory connectionFactory, System.TimeSpan retryDelay, string purpose ) : System | ||
StartTryToConnect ( ) : void | ||
TryToConnect ( object timer ) : void |
public Abort ( ushort reasonCode, string reasonText ) : void | ||
reasonCode | ushort | |
reasonText | string | |
return | void |
public Abort ( ushort reasonCode, string reasonText, int timeout ) : void | ||
reasonCode | ushort | |
reasonText | string | |
timeout | int | |
return | void |
public Close ( ushort reasonCode, string reasonText ) : void | ||
reasonCode | ushort | |
reasonText | string | |
return | void |
public Close ( ushort reasonCode, string reasonText, int timeout ) : void | ||
reasonCode | ushort | |
reasonText | string | |
timeout | int | |
return | void |
public HandleConnectionBlocked ( string reason ) : void | ||
reason | string | |
return | void |
public LogException ( |
||
exception | ||
return | void |
public OnConnectionShutdown ( object sender, ShutdownEventArgs reason ) : void | ||
sender | object | |
reason | ShutdownEventArgs | |
return | void |
public PersistentConnection ( RabbitMqConnectionFactory connectionFactory, System.TimeSpan retryDelay, string purpose ) : System | ||
connectionFactory | RabbitMqConnectionFactory | |
retryDelay | System.TimeSpan | |
purpose | string | |
return | System |