Purges input or/and output queue(s).
| Visual Basic .NET | Sub PurgeQueue(ByVal purgeIn As PurgeFlags, ByVal purgeOut As PurgeFlags)
|
|---|---|
| Visual C# | PurgeQueue(PurgeFlags purgeIn, PurgeFlags purgeOut);
|
purgeIn
[in] If not PurgeNone, input queue will be purged.
purgeOut
[in] If not PurgeNone, output queue will be purged.
The method may throw exception. Refer to Handle errors sample for details.
purgeIn and purgeOut are FTSPCPurgeFlags parameters. If purgeIn is not PurgeNone, input queue will be purged. If purgeOut is not PurgeNone, output queue will be purged.