Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DotNetWorkQueue
Queue
WorkerHeartBeatNotification
C# Class DotNetWorkQueue.Queue.WorkerHeartBeatNotification
Notifies user code of heart beat status updates
Inheritance:
IWorkerHeartBeatNotification
Exibir arquivo
Open project: blehnen/DotNetWorkQueue
Public Methods
Method
Description
SetError
(
Exception
error
) :
void
Sets the error.
Method Details
SetError()
public
method
Sets the error.
public
SetError
(
Exception
error
) :
void
error
System.Exception
The error.
return
void