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

Show file Open project: taliesins/talifun-commander

Protected Methods

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

Method Details

CheckAuthenticationToken() protected method

protected CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : Auth
authenticationSettings IAuthenticationSettings
return FlickrNet.Auth

ExecuteUpload() protected method

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