WsMessageCheck Constructor (Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the WsMessageCheck class with a specified value for the number of message identifiers to queue for the test.

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

Syntax

'Declaration
Public Sub New ( _
    maxQSize As Integer _
)
public WsMessageCheck(
    int maxQSize
)
public:
WsMessageCheck(
    int maxQSize
)
new : 
        maxQSize:int -> WsMessageCheck
public function WsMessageCheck(
    maxQSize : int
)

Parameters

.NET Framework Security

See Also

Reference

WsMessageCheck Class

WsMessageCheck Overload

Ws.Services.Transport Namespace