| ServiceClientEndpointDescriptionTimeout Property |
Gets or sets the timeout
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
public:
virtual property int Timeout {
int get () sealed;
void set (int value) sealed;
}
abstract Timeout : int with get, set
override Timeout : int with get, set
Property Value
Type:
Int32Implements
IRestClientEndpointDescriptionTimeoutSee Also