Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.CopyTimeout

TElWinAzureDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


A timeout for copy operations.

Declaration

[C#]
    int CopyTimeout;

[VB.NET]
    Property CopyTimeout As Integer

[Pascal]
    property CopyTimeout : integer;

[C++]
    int32_t get_CopyTimeout();
    void set_CopyTimeout(int32_t Value);

[PHP]
    integer get_CopyTimeout()
    void set_CopyTimeout(integer $Value)

[Java]
    int getCopyTimeout();
    void setCopyTimeout(int Value);

Description

    Use this property to set copy timeout, in seconds, for file copy operations. The default value is 30,000.

See also:     CopyObject    

Discuss this help topic in SecureBlackbox Forum