Share via


IWsServiceEndpoint.BlockingCall Property

Determines if the ProcessRequest call will block.

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

Syntax

public virtual abstract bool BlockingCall { get; set; }

Property Value

true if the ProcessRequest call will block; otherwise, false.

Remarks

Set to true only if the method called is thread safe.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

IWsServiceEndpoint Interface
IWsServiceEndpoint Members
Ws.Services Namespace