For Babelfish Release 1.11.3.13

OrionMatchAPIClientGetResultCourseOfFireDetailAsync(String, UserAuthentication) Method

Function that abstracts the Public vs Authenticated calls. If credentials is null, then a PublicAPI call is made. If credentials if not null, then an Authenticated API call is made.

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Task<GetResultCOFAbstractResponse> GetResultCourseOfFireDetailAsync(
	string resultCOFID,
	UserAuthentication? credentials = null
)

Parameters

resultCOFID  String
 
credentials  UserAuthentication  (Optional)

Return Value

TaskGetResultCOFAbstractResponse

See Also