| ChangeStreamOptionsMaxAwaitTime Property  | 
 
            Gets or sets the maximum await time.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
 Syntax
Syntaxpublic Nullable<TimeSpan> MaxAwaitTime { get; set; }Public Property MaxAwaitTime As Nullable(Of TimeSpan)
	Get
	Set
member MaxAwaitTime : Nullable<TimeSpan> with get, set
Property Value
Type: 
NullableTimeSpan
            The maximum await time.
            
 See Also
See Also