Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageListState.Completed

TElWinAzureDataStorageListState     


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


Checks whether the request is completed.

Declaration

[C#]
    bool Completed();

[VB.NET]
    Function Completed() As Boolean

[Pascal]
    function Completed : boolean;

[C++]
    bool Completed();

[PHP]
    bool Completed()

[Java]
    boolean completed();

Return value

    Returns True if the request is completed, and False otherwise.

Description

    This method can be used to check if the request is completed or not.

Discuss this help topic in SecureBlackbox Forum