Show / Hide Table of Contents

Class NetworkReachabilityChangeEventArgs

Inheritance
System.Object
NetworkReachabilityChangeEventArgs
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class NetworkReachabilityChangeEventArgs : EventArgs

Constructors

| Improve this Doc View Source

NetworkReachabilityChangeEventArgs(NetworkReachabilityStatus)

Declaration
public NetworkReachabilityChangeEventArgs(NetworkReachabilityStatus status)
Parameters
Type Name Description
NetworkReachabilityStatus status

Properties

| Improve this Doc View Source

Status

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