IWsServiceEndpoint.BlockingCall Property

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

Determines whether a ProcessRequest call blocks.

Namespace:  Dpws.Client
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

'Declaration
Private Property BlockingCall As Boolean
    Implements IWsServiceEndpoint.BlockingCall
bool IWsServiceEndpoint.BlockingCall { get; set; }
private:
virtual property bool BlockingCall {
    bool get () sealed = IWsServiceEndpoint::BlockingCall::get;
    void set (bool value) sealed = IWsServiceEndpoint::BlockingCall::set;
}
private abstract BlockingCall : bool with get, set
private override BlockingCall : bool with get, set
JScript does not support explicit interface implementations.

Property Value

Type: System. . :: . .Boolean
true if the IWsServiceEndpoint..::..ProcessRequest call will block; otherwise, false.

Implements

IWsServiceEndpoint. . :: . .BlockingCall

Remarks

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

.NET Framework Security

See Also

Reference

DpwsClient Class

Dpws.Client Namespace