Click or drag to resize

FlagsExtensions Methods

The FlagsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExclusive
Returns true if the Exclusive flag is set.
Public methodStatic memberNoCloseConnections
Returns true if the NoCloseConnections flag is set.
Public methodStatic memberNoLogConnections
Returns true if the NoLogConnections flag is set.
Public methodStatic memberNoLogDisconnections
Returns true if the NoLogDisconnections flag is set.
Public methodStatic memberNoLogShutdownMessages
Returns true if the NoLogShutdownMessages flag is set.
Public methodStatic memberNoOpen
Returns true if the NoOpen flag is set.
Public methodStatic memberPersistent
Returns true if the Persistent flag is set.
Public methodStatic memberPrivate
Returns true if the Private flag is set.
Public methodStatic memberShared
Returns true if the Shared flag is set.
Public methodStatic memberSharingFlags
Returns the set of sharing flags.
Top
See Also