dotmailer SDK: dotMailer.Sdk.API.TimeoutOptions Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.API.TimeoutOptions Class Reference

The timeout options for calling web service endpoints More...

Public Member Functions

 TimeoutOptions ()
 constructor
 

Properties

TimeSpan SingleApiCallTimeout [get, set]
 Time out for single call i.e GetAccountInfo()
 
TimeSpan PagedApiCallTimeout [get, set]
 Timeout for paged (select/skip) call. i.e ListAllContacts()
 
int MaxRetryCount [get, set]
 Max number to retries on server bus
 

Detailed Description

The timeout options for calling web service endpoints

Constructor & Destructor Documentation

dotMailer.Sdk.API.TimeoutOptions.TimeoutOptions ( )

constructor

Property Documentation

int dotMailer.Sdk.API.TimeoutOptions.MaxRetryCount
getset

Max number to retries on server bus

TimeSpan dotMailer.Sdk.API.TimeoutOptions.PagedApiCallTimeout
getset

Timeout for paged (select/skip) call. i.e ListAllContacts()

TimeSpan dotMailer.Sdk.API.TimeoutOptions.SingleApiCallTimeout
getset

Time out for single call i.e GetAccountInfo()

Generated by   doxygen 1.8.3