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 SourceContext
Declaration
public object Context { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceAdded()
Declaration
public IEnumerable<ZitiService> Added()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ZitiService> |
Changed()
Declaration
public IEnumerable<ZitiService> Changed()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ZitiService> |
Removed()
Declaration
public IEnumerable<ZitiService> Removed()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ZitiService> |