 | IWcfLogReceiverClientCloseAsync Method (Object) |
Closes the client asynchronously.
Namespace: NLog.LogReceiverServiceAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid CloseAsync(
Object userState
)
Sub CloseAsync (
userState As Object
)
Parameters
- userState
- Type: SystemObject
User-specific state.
See Also