For Babelfish Release 1.11.3.13

OrionMatchAPIClientGetSquaddingListAsync(MatchID, String, UserAuthentication) Method

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Task<GetSquaddingListAbstractResponse> GetSquaddingListAsync(
	MatchID matchId,
	string squaddinglistname,
	UserAuthentication credentials = null
)

Parameters

matchId  MatchID
 
squaddinglistname  String
 
credentials  UserAuthentication  (Optional)
 

Return Value

TaskGetSquaddingListAbstractResponse

See Also