C# Class XDMessaging.Transport.Amazon.XDAmazonListener

Inheritance: IXDListener
Afficher le fichier Open project: TheCodeKing/XDMessaging.Net

Méthodes publiques

Méthode Description
Dispose ( ) : void
RegisterChannel ( string channelName ) : void
UnRegisterChannel ( string channelName ) : void

Private Methods

Méthode Description
Dispose ( bool disposeManaged ) : void
OnMessageReceived ( Message message ) : void
XDAmazonListener ( IIdentityProvider identityProvider, ISerializer serializer, ITopicRepository topicRepository, ISubscriberRepository subscriberRepository, ISubscriptionService subscriptionService ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RegisterChannel() public méthode

public RegisterChannel ( string channelName ) : void
channelName string
Résultat void

UnRegisterChannel() public méthode

public UnRegisterChannel ( string channelName ) : void
channelName string
Résultat void