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
- maxQSize
Type: System. . :: . .Int32
The number of message identifiers to queue for the test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.