[This is preliminary documentation and is subject to change.]
When error=null => error cleared. When msg==null => exceptions surfaced from DoPulse()
Namespace: NFX.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal void FailoverDestination(
Destination destination,
Exception error,
Message msg
)
internal void FailoverDestination(
Destination destination,
Exception error,
Message msg
)
Friend Sub FailoverDestination (
destination As Destination,
error As Exception,
msg As Message
)
Friend Sub FailoverDestination (
destination As Destination,
error As Exception,
msg As Message
)
internal:
void FailoverDestination(
Destination^ destination,
Exception^ error,
Message^ msg
)
internal:
void FailoverDestination(
Destination^ destination,
Exception^ error,
Message^ msg
)
internal member FailoverDestination :
destination : Destination *
error : Exception *
msg : Message -> unit
internal member FailoverDestination :
destination : Destination *
error : Exception *
msg : Message -> unit