C# Class ECollegeAPI.Services.Discussions.FetchDiscussionThreadByIdService

Inheritance: BaseService
Exibir arquivo Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

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

Method Details

FetchDiscussionThreadByIdService() public method

public FetchDiscussionThreadByIdService ( long courseId, long threadId ) : System.Collections.Generic
courseId long
threadId long
return System.Collections.Generic

ProcessResponse() public method

public ProcessResponse ( string resp ) : void
resp string
return void