[This is preliminary documentation and is subject to change.]
Adds a destination to this service active destinations. Negative index to append
Namespace: NFX.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void RegisterDestination(
Destination dest,
int atIdx = -1
)
public void RegisterDestination(
Destination dest,
int atIdx = -1
)
Public Sub RegisterDestination (
dest As Destination,
Optional atIdx As Integer = -1
)
Public Sub RegisterDestination (
dest As Destination,
Optional atIdx As Integer = -1
)
public:
void RegisterDestination(
Destination^ dest,
int atIdx = -1
)
public:
void RegisterDestination(
Destination^ dest,
int atIdx = -1
)
member RegisterDestination :
dest : Destination *
?atIdx : int
(* Defaults:
let _atIdx = defaultArg atIdx -1
*)
-> unitmember RegisterDestination :
dest : Destination *
?atIdx : int
(* Defaults:
let _atIdx = defaultArg atIdx -1
*)
-> unit