Click or drag to resize
EmptyListenerInstance Property
This API is preliminary and subject to change.
Gets an instance of an EmptyListener.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public static EmptyListener Instance { get; }

Property Value

Type: EmptyListener
An instance of an EmptyListener.
See Also