Class DirectUDPSocketClosedEventArgs
Fired when direct_socket.UDPSocket is closed.
public sealed record DirectUDPSocketClosedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DirectUDPSocketClosedEventArgs>
- Inheritance
-
EventArgsDirectUDPSocketClosedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DirectUDPSocketClosedEventArgs(RequestId, MonotonicTime)
Fired when direct_socket.UDPSocket is closed.
public DirectUDPSocketClosedEventArgs(RequestId Identifier, MonotonicTime Timestamp)
Parameters
IdentifierRequestIdTimestampMonotonicTime
Properties
Identifier
public RequestId Identifier { get; init; }
Property Value
Timestamp
public MonotonicTime Timestamp { get; init; }