Table of Contents

Class PeerDisconnectedEventArgs

Namespace
NLightning.Domain.Node.Events
Assembly
NLightning.Domain.dll
public class PeerDisconnectedEventArgs : EventArgs
Inheritance
PeerDisconnectedEventArgs
Inherited Members

Constructors

PeerDisconnectedEventArgs(CompactPubKey, Exception?)

public PeerDisconnectedEventArgs(CompactPubKey peerPubKey, Exception? exception = null)

Parameters

peerPubKey CompactPubKey
exception Exception

Properties

Exception

public Exception? Exception { get; }

Property Value

Exception

PeerPubKey

public CompactPubKey PeerPubKey { get; }

Property Value

CompactPubKey