ReceiveTimeout Property

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

Use to get or set the time in milliseconds that a Probe or Resolve listener should wait for ProbeMatches.

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

Syntax

'Declaration
Public Property ReceiveTimeout As Integer
public int ReceiveTimeout { get; set; }
public:
property int ReceiveTimeout {
    int get ();
    void set (int value);
}
member ReceiveTimeout : int with get, set
function get ReceiveTimeout () : int
function set ReceiveTimeout (value : int)

Property Value

Type: System. . :: . .Int32
The time in milliseconds.

.NET Framework Security

See Also

Reference

DpwsDiscoveryClient Class

Dpws.Client.Discovery Namespace