For Babelfish Release 1.12.4.4

GetMatchAbstractRequest(String, MatchID, UserAuthentication) Constructor

Initializes a new instance of the GetMatchAbstractRequest class

Definition

Namespace: Scopos.BabelFish.Requests.OrionMatchAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public GetMatchAbstractRequest(
	string operationId,
	MatchID matchId,
	UserAuthentication credentials
)

Parameters

operationId  String
 
matchId  MatchID
 
credentials  UserAuthentication
 

See Also