Method | Description | |
---|---|---|
CreateChannel ( IConnection connection = null ) : IModel | ||
CreateChannelAsync ( IConnection connection = null ) : Task |
||
Dispose ( ) : void | ||
GetChannelAsync ( ) : Task |
||
ThreadBasedChannelFactory ( |
Method | Description | |
---|---|---|
GetConnectionAsync ( ) : Task |
||
GetOrCreateChannelAsync ( IConnection connection ) : Task |
public CreateChannel ( IConnection connection = null ) : IModel | ||
connection | IConnection | |
return | IModel |
public CreateChannelAsync ( IConnection connection = null ) : Task |
||
connection | IConnection | |
return | Task |
public ThreadBasedChannelFactory ( |
||
config | ||
connectionFactory | IConnectionFactory | |
return | System |