Share via


WebSocketKeepAlive.Run(IBackgroundTaskInstance) Methode

Definition

Sendet ein WebSocket-Protokoll, das auf einem verbundenen WebSocket beibehalten wird.

public:
 virtual void Run(IBackgroundTaskInstance ^ taskInstance) = Run;
void Run(IBackgroundTaskInstance const& taskInstance);
public void Run(IBackgroundTaskInstance taskInstance);
function run(taskInstance)
Public Sub Run (taskInstance As IBackgroundTaskInstance)

Parameter

taskInstance
IBackgroundTaskInstance

Spezifische instance einer Hintergrundaufgabe.

Implementiert

Gilt für:

Weitere Informationen