C# 클래스 Shielded.CommittingSubscription

상속: IDisposable
파일 보기 프로젝트 열기: jbakic/Shielded 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Act Action

공개 메소드들

메소드 설명
CommittingSubscription ( Action act ) : System
Dispose ( ) : void
Fire ( TransItems items ) : void

메소드 상세

CommittingSubscription() 공개 메소드

public CommittingSubscription ( Action act ) : System
act Action
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Fire() 공개 정적인 메소드

public static Fire ( TransItems items ) : void
items TransItems
리턴 void

프로퍼티 상세

Act 공개적으로 프로퍼티

public Action Act
리턴 Action