Show / Hide Table of Contents

Class ServiceInstanceShutdownEventArgs

The event data for ServiceInstanceShutdown.

Inheritance
Object
EventArgs
MessageEventArgs
ServiceInstanceShutdownEventArgs
Inherited Members
MessageEventArgs.Message
MessageEventArgs.RemoteEndPoint
MessageEventArgs.IsLegacyUnicast
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.Multicast.dll
Syntax
public class ServiceInstanceShutdownEventArgs : MessageEventArgs

Properties

| Improve this Doc View Source

ServiceInstanceName

The fully qualified name of the service instance.

Declaration
public DomainName ServiceInstanceName { get; set; }
Property Value
Type Description
DomainName

Typically of the form "instance._service._tcp.local".

See Also
FullyQualifiedName
  • Improve this Doc
  • View Source
Back to top Generated by DocFX