C# 클래스 CCNet.SourceNotifier.Gateways.TeamFoundationServerGateway

Incapsulates all the TFS-related functionality.
상속: IDisposable
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
GetOldPendingChanges ( System.DateTime olderThan ) : PendingChange>>.IEnumerable

Returns the list of all old pending changes.

TeamFoundationServerGateway ( Uri uri ) : System

Initializes a new instance.

비공개 메소드들

메소드 설명
IDisposable ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

메소드 상세

GetOldPendingChanges() 공개 메소드

Returns the list of all old pending changes.
public GetOldPendingChanges ( System.DateTime olderThan ) : PendingChange>>.IEnumerable
olderThan System.DateTime
리턴 PendingChange>>.IEnumerable

TeamFoundationServerGateway() 공개 메소드

Initializes a new instance.
public TeamFoundationServerGateway ( Uri uri ) : System
uri System.Uri
리턴 System