C# Class Droog.Beanstalk.Client.Protocol.TubeCollectionProxy

Inheritance: IWatchedTubeCollection
Afficher le fichier Open project: sdether/libBeanstalk.NET Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string tube ) : void
Contains ( string tube ) : bool
CopyTo ( string array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
Refresh ( ) : void
Remove ( string tube ) : bool
TubeCollectionProxy ( IWatchedTubeClient client, IEnumerable tubes ) : System

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( string tube ) : void
tube string
Résultat void

Contains() public méthode

public Contains ( string tube ) : bool
tube string
Résultat bool

CopyTo() public méthode

public CopyTo ( string array, int arrayIndex ) : void
array string
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Remove() public méthode

public Remove ( string tube ) : bool
tube string
Résultat bool

TubeCollectionProxy() public méthode

public TubeCollectionProxy ( IWatchedTubeClient client, IEnumerable tubes ) : System
client IWatchedTubeClient
tubes IEnumerable
Résultat System