Struct ListenerHandle
- Namespace
- Zorro.PhotonUtility
- Assembly
- Zorro.PhotonUtility.dll
public struct ListenerHandle : IComparable<ListenerHandle>
- Implements
-
- Inherited Members
-
Properties
Invalid
public static ListenerHandle Invalid { get; }
Property Value
- ListenerHandle
id
public readonly Guid id { get; }
Property Value
- Guid
Methods
CompareTo(ListenerHandle)
public int CompareTo(ListenerHandle other)
Parameters
other
ListenerHandle
Returns
- int
Create()
public static ListenerHandle Create()
Returns
- ListenerHandle
ToString()
public override string ToString()
Returns
- string