System.IO.Pipes.PipeAccessRights.Synchronize Field

Specifies whether the application can wait for a pipe handle to synchronize with the completion of an I/O operation.

Syntax

PipeAccessRights Synchronize

Remarks

The PipeAccessRights.Synchronize value is automatically set when allowing access to the pipe and automatically excluded when denying access to the pipe.

The right to create a pipe requires this value. Note that if you do not explicitly set this value when you create a pipe, the value will be set automatically for you.

Requirements

Namespace: System.IO.Pipes
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0