C# 클래스 Droog.Beanstalk.Client.Protocol.TubeCollectionProxy

상속: IWatchedTubeCollection
파일 보기 프로젝트 열기: sdether/libBeanstalk.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( string tube ) : void
tube string
리턴 void

Contains() 공개 메소드

public Contains ( string tube ) : bool
tube string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( string array, int arrayIndex ) : void
array string
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string tube ) : bool
tube string
리턴 bool

TubeCollectionProxy() 공개 메소드

public TubeCollectionProxy ( IWatchedTubeClient client, IEnumerable tubes ) : System
client IWatchedTubeClient
tubes IEnumerable
리턴 System