C# Class smarx.BlobSync.UpdatingFileEventArgs

Inheritance: CancelEventArgs
Afficher le fichier Open project: smarx/noderole Class Usage Examples

Méthodes publiques

Свойство Type Description
Blob Microsoft.WindowsAzure.StorageClient.CloudBlob
LocalPath string

Méthodes publiques

Méthode Description
UpdatingFileEventArgs ( CloudBlob blob, string localPath ) : System

Method Details

UpdatingFileEventArgs() public méthode

public UpdatingFileEventArgs ( CloudBlob blob, string localPath ) : System
blob Microsoft.WindowsAzure.StorageClient.CloudBlob
localPath string
Résultat System

Property Details

Blob public_oe property

public CloudBlob,Microsoft.WindowsAzure.StorageClient Blob
Résultat Microsoft.WindowsAzure.StorageClient.CloudBlob

LocalPath public_oe property

public string LocalPath
Résultat string