Class NetworkReachabilityChangeEventArgs
Arguments to the StatusChanged event
Inheritance
System.Object
System.EventArgs
NetworkReachabilityChangeEventArgs
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 NetworkReachabilityChangeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceNetworkReachabilityChangeEventArgs(NetworkReachabilityStatus)
Default Constructor
Declaration
public NetworkReachabilityChangeEventArgs(NetworkReachabilityStatus status)
Parameters
Type | Name | Description |
---|---|---|
NetworkReachabilityStatus | status | The network status to send |
Properties
| Improve this Doc View SourceStatus
The new reachability status
Declaration
public NetworkReachabilityStatus Status { get; }
Property Value
Type | Description |
---|---|
NetworkReachabilityStatus |