Show / Hide Table of Contents

Class ReplicatorStatusChangedEventArgs

Event arguments for the AddChangeListener(EventHandler<ReplicatorStatusChangedEventArgs>) event

Inheritance
System.Object
System.EventArgs
ReplicatorStatusChangedEventArgs
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.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class ReplicatorStatusChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Status

The new status for the Replicator in question.

Declaration
public ReplicatorStatus Status { get; }
Property Value
Type Description
ReplicatorStatus
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX