C# Class MongoDB.Driver.Internal.MongoConnectionPool.AcquireConnectionOptions

Mostrar archivo Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Properties

Property Type Description
OkToAvoidWaitingByCreatingNewConnection bool
OkToExceedMaxConnectionPoolSize bool
OkToExceedWaitQueueSize bool
WaitQueueTimeout System.TimeSpan

Property Details

OkToAvoidWaitingByCreatingNewConnection public_oe property

public bool OkToAvoidWaitingByCreatingNewConnection
return bool

OkToExceedMaxConnectionPoolSize public_oe property

public bool OkToExceedMaxConnectionPoolSize
return bool

OkToExceedWaitQueueSize public_oe property

public bool OkToExceedWaitQueueSize
return bool

WaitQueueTimeout public_oe property

public TimeSpan,System WaitQueueTimeout
return System.TimeSpan