Click or drag to resize

MatchRoomClientR, MJoinRandomRoomFailedEventHandler Delegate

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public delegate void JoinRandomRoomFailedEventHandler(
	IRequestResult<IFailureMessage> result
)

Parameters

result
Type: SoftGear.Strix.Client.Core.RequestIRequestResultIFailureMessage
See Also