Share via


WsMessageCheck Class

Used to check for repeat messages.

Namespace: Ws.Services.Transport
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public class WsMessageCheck

Remarks

Udp messages are typically repeated to ensure delivery. This repetition requires extra processing and testing of types to determine if duplicates exist. This class eliminates this potential problem by providing the IsDuplicate function to check for duplicates.

Use the maxQSize parameter when creating an instance of the WsMessageCheck to set the number of message identifiers to queue for the test. The default value is 20.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

WsMessageCheck Members
Ws.Services.Transport Namespace