C# Class Talifun.Commander.Command.BoxNetUploader.Command.ExecuteBoxNetUploaderWorkflowMessageHandlerBase

Afficher le fichier Open project: taliesins/talifun-commander

Méthodes protégées

Méthode Description
CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials
ExecuteUpload ( IExecuteBoxNetUploaderWorkflowMessage message, AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials authenticationToken, FileInfo inputFilePath ) : void

Private Methods

Méthode Description
FileOperationProgressChanged ( object sender, AppLimit.CloudComputing.SharpBox.FileDataTransferEventArgs e ) : void
GetBoxNetConfiguration ( ) : AppLimit.CloudComputing.SharpBox.StorageProvider.BoxNet.BoxNetConfiguration

Method Details

CheckAuthenticationToken() protected méthode

protected CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials
authenticationSettings IAuthenticationSettings
Résultat AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials

ExecuteUpload() protected méthode

protected ExecuteUpload ( IExecuteBoxNetUploaderWorkflowMessage message, AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials authenticationToken, FileInfo inputFilePath ) : void
message IExecuteBoxNetUploaderWorkflowMessage
authenticationToken AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials
inputFilePath System.IO.FileInfo
Résultat void