| IntegrationQueryOptionsTimeout Property |
Gets or sets the timeout
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public int? Timeout { get; set; }
Public Property Timeout As Integer?
Get
Set
public:
property Nullable<int> Timeout {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Timeout : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also