Show / Hide Table of Contents

Class ZitiServiceEvent

Inheritance
System.Object
ZitiServiceEvent
Inherited Members
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: OpenZiti
Assembly: Ziti.NET.Standard.dll
Syntax
public class ZitiServiceEvent

Properties

| Improve this Doc View Source

Context

Declaration
public object Context { get; }
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

Added()

Declaration
public IEnumerable<ZitiService> Added()
Returns
Type Description
System.Collections.Generic.IEnumerable<ZitiService>
| Improve this Doc View Source

Changed()

Declaration
public IEnumerable<ZitiService> Changed()
Returns
Type Description
System.Collections.Generic.IEnumerable<ZitiService>
| Improve this Doc View Source

Removed()

Declaration
public IEnumerable<ZitiService> Removed()
Returns
Type Description
System.Collections.Generic.IEnumerable<ZitiService>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX