C# Class Ploeh.Samples.Booking.Azure.AzureChannel

Inheritance: IChannel
Afficher le fichier Open project: ploeh/CQRSonAzureDemo

Méthodes publiques

Méthode Description
AzureChannel ( CloudQueue queue ) : System
Send ( object command ) : void

Method Details

AzureChannel() public méthode

public AzureChannel ( CloudQueue queue ) : System
queue Microsoft.WindowsAzure.StorageClient.CloudQueue
Résultat System

Send() public méthode

public Send ( object command ) : void
command object
Résultat void