C# Class Microsoft.HockeyApp.Model.FeedbackThread

Inheritance: IFeedbackThread
ファイルを表示 Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
FeedbackThread System
OpenFeedbackThreadAsync Task

Public Methods

Method Description
CreateInstance ( ) : IFeedbackThread

Creates a new thread.

PostFeedbackMessageAsync ( string message, string email = null, string subject = null, string name = null, IEnumerable attachments = null ) : Task

Posts the feedback message asynchronous.

Private Methods

Method Description
FeedbackThread ( ) : System
OpenFeedbackThreadAsync ( HockeyClient client, string threadToken ) : Task

Method Details

CreateInstance() public static method

Creates a new thread.
public static CreateInstance ( ) : IFeedbackThread
return IFeedbackThread

PostFeedbackMessageAsync() public method

Posts the feedback message asynchronous.
Server error. Server returned status + fbResp.Status
public PostFeedbackMessageAsync ( string message, string email = null, string subject = null, string name = null, IEnumerable attachments = null ) : Task
message string The message.
email string The email.
subject string The subject.
name string The name.
attachments IEnumerable The attachments.
return Task