C# Class VKClient.Common.Library.Posts.OutboundPollAttachment

Inheritance: VKClient.Common.Library.Posts.OutboundAttachmentBase, IHandleTap
Afficher le fichier Open project: Makzz90/VKClient_re Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetAttachment() public méthode

public GetAttachment ( ) : Attachment
Résultat Attachment

OnTap() public méthode

public OnTap ( ) : void
Résultat void

OutboundPollAttachment() public méthode

public OutboundPollAttachment ( ) : System
Résultat System

OutboundPollAttachment() public méthode

public OutboundPollAttachment ( Poll poll ) : System
poll Poll
Résultat System

Read() public méthode

public Read ( BinaryReader reader ) : void
reader BinaryReader
Résultat void

RemoveAndCancelUpload() public méthode

public RemoveAndCancelUpload ( ) : void
Résultat void

SetRetryFlag() public méthode

public SetRetryFlag ( ) : void
Résultat void

Upload() public méthode

public Upload ( Action callback, Action progressCallback = null ) : void
callback Action
progressCallback Action
Résultat void

Write() public méthode

public Write ( BinaryWriter writer ) : void
writer BinaryWriter
Résultat void