C# Class Talifun.Commander.Command.FlickrUploader.Command.ExecuteFlickrUploaderWorkflowMessageHandlerBase

Afficher le fichier Open project: taliesins/talifun-commander

Méthodes protégées

Méthode Description
CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : Auth
ExecuteUpload ( IExecuteFlickrUploaderWorkflowMessage message, Flickr flickr, FileInfo inputFilePath ) : void

Method Details

CheckAuthenticationToken() protected méthode

protected CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : Auth
authenticationSettings IAuthenticationSettings
Résultat FlickrNet.Auth

ExecuteUpload() protected méthode

protected ExecuteUpload ( IExecuteFlickrUploaderWorkflowMessage message, Flickr flickr, FileInfo inputFilePath ) : void
message IExecuteFlickrUploaderWorkflowMessage
flickr FlickrNet.Flickr
inputFilePath System.IO.FileInfo
Résultat void