Метод | Описание | |
---|---|---|
GetAttachment ( ) : Attachment | ||
OnTap ( ) : void | ||
OutboundPollAttachment ( ) : System | ||
OutboundPollAttachment ( Poll poll ) : System | ||
Read ( BinaryReader reader ) : void | ||
RemoveAndCancelUpload ( ) : void | ||
SetRetryFlag ( ) : void | ||
Upload ( Action callback, Action progressCallback = null ) : void | ||
Write ( BinaryWriter writer ) : void |
public OutboundPollAttachment ( ) : System | ||
Результат | System |
public OutboundPollAttachment ( Poll poll ) : System | ||
poll | Poll | |
Результат | System |
public Read ( BinaryReader reader ) : void | ||
reader | BinaryReader | |
Результат | void |
public Upload ( Action callback, Action progressCallback = null ) : void | ||
callback | Action | |
progressCallback | Action | |
Результат | void |
public Write ( BinaryWriter writer ) : void | ||
writer | BinaryWriter | |
Результат | void |