C# Class Talifun.Commander.Command.YouTubeUploader.Command.ExecuteYouTubeUploaderWorkflowMessageHandlerBase

Show file Open project: taliesins/talifun-commander

Protected Methods

Method Description
ExecuteUpload ( IExecuteYouTubeUploaderWorkflowMessage message, Google.GData.Client.ClientLoginAuthenticator youTubeAuthenticator, Google.GData.YouTube.YouTubeEntry youTubeEntry ) : void
OnResumableUploaderAsyncOperationCompleted ( object sender, Google.GData.Client.AsyncOperationCompletedEventArgs e ) : void
OnResumableUploaderAsyncOperationProgress ( object sender, Google.GData.Client.AsyncOperationProgressEventArgs e ) : void

Method Details

ExecuteUpload() protected method

protected ExecuteUpload ( IExecuteYouTubeUploaderWorkflowMessage message, Google.GData.Client.ClientLoginAuthenticator youTubeAuthenticator, Google.GData.YouTube.YouTubeEntry youTubeEntry ) : void
message IExecuteYouTubeUploaderWorkflowMessage
youTubeAuthenticator Google.GData.Client.ClientLoginAuthenticator
youTubeEntry Google.GData.YouTube.YouTubeEntry
return void

OnResumableUploaderAsyncOperationCompleted() protected method

protected OnResumableUploaderAsyncOperationCompleted ( object sender, Google.GData.Client.AsyncOperationCompletedEventArgs e ) : void
sender object
e Google.GData.Client.AsyncOperationCompletedEventArgs
return void

OnResumableUploaderAsyncOperationProgress() protected method

protected OnResumableUploaderAsyncOperationProgress ( object sender, Google.GData.Client.AsyncOperationProgressEventArgs e ) : void
sender object
e Google.GData.Client.AsyncOperationProgressEventArgs
return void