ServerSecurityPublishTimeoutMinutes Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the number of minutes a publish request should wait before timing out
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int PublishTimeoutMinutes { get; set; }
Public Property PublishTimeoutMinutes As Integer
Get
Set
public:
virtual property int PublishTimeoutMinutes {
int get () sealed;
void set (int value) sealed;
}
function get_PublishTimeoutMinutes();
function set_PublishTimeoutMinutes(value);
Property Value
Type:
Int32A value that indicates the number of minutes a publish request should wait before timing out
Return Value
Type:
Int32A value that indicates the number of minutes a publish request should wait before timing out
Remarks See Also