AddPoolResult EnumerationDH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

Result of attempt to add a message pool

Namespace: DH.Messaging.GlobalQueue
Assembly: DH.Messaging (in DH.Messaging.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax

public enum AddPoolResult
Members

  Member nameValueDescription
Success0 Message pool was created successfully
PoolKeyAlreadyExists1 Message pool already exists for the supplied key
See Also