adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WcfBindingSettings Class / SendTimeout Field


In This Topic
    SendTimeout Field
    In This Topic
    Send timeout
    Syntax
    'Declaration
     
    
    Public SendTimeout As TimeSpan
    public TimeSpan SendTimeout
    public:
    TimeSpan SendTimeout
    Remarks
    Configure using appSettings key "ServiceHost:SendTimeout". The value specified in appSettings must be the timeout in minutes.
    See Also