C# 클래스 Microsoft.HockeyApp.Model.FeedbackThread

상속: IFeedbackThread
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FeedbackThread System
OpenFeedbackThreadAsync Task

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
FeedbackThread ( ) : System
OpenFeedbackThreadAsync ( HockeyClient client, string threadToken ) : Task

메소드 상세

CreateInstance() 공개 정적인 메소드

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

PostFeedbackMessageAsync() 공개 메소드

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.
리턴 Task