/// <summary> /// init method. /// </summary> /// <param name="thriftConfig"></param> public ThriftPool(ThriftConfig thriftConfig) { config = thriftConfig; CreateResetEvent(); CreateThriftPool(); }