コード例 #1
0
 /// <summary>
 /// init method.
 /// </summary>
 /// <param name="thriftConfig"></param>
 public ThriftPool(ThriftConfig thriftConfig)
 {
     config = thriftConfig;
     CreateResetEvent();
     CreateThriftPool();
 }
コード例 #2
0
 /// <summary>
 /// init method.
 /// </summary>
 /// <param name="thriftConfig"></param>
 public ThriftPool(ThriftConfig thriftConfig)
 {
     config = thriftConfig;
     CreateResetEvent();
     CreateThriftPool();
 }