C# 클래스 Signal.Tasks.DeliveryReceiptTask

상속: UntypedTaskActivity
파일 보기 프로젝트 열기: smndtrl/Signal-UWP

보호된 프로퍼티들

프로퍼티 타입 설명
messageSender libtextsecure.TextSecureMessageSender

공개 메소드들

메소드 설명
DeliveryReceiptTask ( string destination, ulong timestamp, string relay ) : libtextsecure
OnCanceled ( ) : void
onAdded ( ) : void

보호된 메소드들

메소드 설명
Execute ( ) : string

메소드 상세

DeliveryReceiptTask() 공개 메소드

public DeliveryReceiptTask ( string destination, ulong timestamp, string relay ) : libtextsecure
destination string
timestamp ulong
relay string
리턴 libtextsecure

Execute() 보호된 메소드

protected Execute ( ) : string
리턴 string

OnCanceled() 공개 메소드

public OnCanceled ( ) : void
리턴 void

onAdded() 공개 메소드

public onAdded ( ) : void
리턴 void

프로퍼티 상세

messageSender 보호되어 있는 프로퍼티

protected TextSecureMessageSender,libtextsecure messageSender
리턴 libtextsecure.TextSecureMessageSender