示例#1
0
文件: ChannelPool.cs 项目: Poepon/JK
 protected virtual IModel CreateChannel(string channelName, string connectionName)
 {
     return(ConnectionPool
            .Get(connectionName)
            .CreateModel());
 }