'Declaration Public Overloads Function GetDocumentStatus( _ ByVal documentKey As System.String, _ ByVal cookie As System.String _ ) As DocumentStatus
public DocumentStatus GetDocumentStatus( System.string documentKey, System.string cookie )
Parameters
- documentKey
 - Cached document key.
 - cookie
 - Cookie data that generated by C1Report service on previous GetDocumentStatus call. Pass null if previous cookie value is unknown.
 
Return Value
A DocumentStatus instance containing information about the requested document.