C# Class ECollegeAPI.Services.Discussions.FetchDiscussionThreadByIdService

Inheritance: BaseService
Afficher le fichier Open project: PearsonLearningStudio/mobile2-windows7

Méthodes publiques

Méthode Description
FetchDiscussionThreadByIdService ( long courseId, long threadId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchDiscussionThreadByIdService() public méthode

public FetchDiscussionThreadByIdService ( long courseId, long threadId ) : System.Collections.Generic
courseId long
threadId long
Résultat System.Collections.Generic

ProcessResponse() public méthode

public ProcessResponse ( string resp ) : void
resp string
Résultat void