C# Class KeepAliveBackgroundWebRequest, TabMigrate

A background taks that runs intermittently to request data
Inheritance: KeepAliveBackgroundTaskBase
Mostrar archivo Open project: tableau/TabMigrate

Public Methods

Method Description
KeepAliveBackgroundWebRequest ( TableauServerUrls, serverUrls, TableauServerSignIn, signIn ) : System

Constructor

Protected Methods

Method Description
PerformKeepAliveTask ( ) : void

Perform the background task

Method Details

KeepAliveBackgroundWebRequest() public method

Constructor
public KeepAliveBackgroundWebRequest ( TableauServerUrls, serverUrls, TableauServerSignIn, signIn ) : System
serverUrls TableauServerUrls,
signIn TableauServerSignIn,
return System

PerformKeepAliveTask() protected method

Perform the background task
protected PerformKeepAliveTask ( ) : void
return void