Click or drag to resize
DelegatingStreamCreateWaitHandle Method

Note: This API is now obsolete.

Allocates a WaitHandle object.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.4.1
Syntax
[ObsoleteAttribute]
protected override WaitHandle CreateWaitHandle()

Return Value

Type: WaitHandle
A reference to the allocated WaitHandle.
See Also