AdControl.Resume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Resume();
void Resume();
public void Resume();
function resume()
Public Sub Resume ()
Remarks
The static snapshot of the ad created and shown by the call to Suspend is replaced with the normal ad. If the IsAutoRefreshEnabled property is set to true, the automatic refresh of ads will resume. Otherwise, a call to the Refresh method will work normally.