Show / Hide Table of Contents

Class MessageEndpointListenerChangedEventArgs

The event arguments for the AddChangeListener(EventHandler<MessageEndpointListenerChangedEventArgs>) method

Inheritance
System.Object
System.EventArgs
MessageEndpointListenerChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public sealed class MessageEndpointListenerChangedEventArgs : EventArgs
Remarks

NOTE: This is an enterprise edition feature

Properties

| Improve this Doc View Source

Connection

The connection currently transporting the replicator whose status has changed

Declaration
public IMessageEndpointConnection Connection { get; }
Property Value
Type Description
IMessageEndpointConnection
Remarks

NOTE: This is an enterprise edition feature

| Improve this Doc View Source

Status

The new status for the replicator

Declaration
public ReplicatorStatus Status { get; }
Property Value
Type Description
ReplicatorStatus
Remarks

NOTE: This is an enterprise edition feature

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX