Share via


FaxJob.Refresh method

The Refresh method updates FaxJob object information for the associated fax job.

Syntax

FaxJob.Refresh() As Long

Parameters

This method has no parameters.

Remarks

Call the Refresh method to poll the fax service for new information about a specified fax job. After you successfully call Refresh, you must call the appropriate IFaxJob interface method to retrieve new attribute values that are valid.

It is recommended that you limit calls to this method because frequent calls to Refresh can degrade system performance.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxJob

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxJob

IFaxJobs