PoolManager PoolExists Method DH.Messaging Documentation

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

Determine if a pool with the specified key has been created

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

public static bool PoolExists(
	string key
)

Return Value

Type: OnlineBoolean
True if a pool exists with the given key
See Also