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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.