C# 클래스 TransactionalNodeService.Soap.TransactionFramework.DeleteMetadataTransactionLink

상속: ISoapTransactionLink, ISoapTransactionLinkExecutor
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ISoapTransactionLinkExecutor DependencyCollection
ISoapTransactionLinkExecutor void
ISoapTransactionLinkExecutor void
ISoapTransactionLinkExecutor void
OnDeleteMetadataCompleted void
OnSubmitBulkOperationCompleted void
OnTransactionCompleted void
OnTransactionFailed void

공개 메소드들

메소드 설명
AddNextLink ( ISoapTransactionLink nextLink ) : void
DeleteMetadataTransactionLink ( ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
ISoapTransactionLinkExecutor ( ) : DependencyCollection
ISoapTransactionLinkExecutor ( System.Guid sessionId, Service serviceProxy ) : void
ISoapTransactionLinkExecutor ( System.Guid sessionId, Service serviceProxy, Service &bulkOperations ) : void
ISoapTransactionLinkExecutor ( Service bulkOperationResponse ) : void
OnDeleteMetadataCompleted ( object sender, Service e ) : void
OnSubmitBulkOperationCompleted ( object sender, Service e ) : void
OnTransactionCompleted ( object sender, Service e ) : void
OnTransactionFailed ( object sender, EventArgs e ) : void

메소드 상세

AddNextLink() 공개 메소드

public AddNextLink ( ISoapTransactionLink nextLink ) : void
nextLink ISoapTransactionLink
리턴 void

DeleteMetadataTransactionLink() 공개 메소드

public DeleteMetadataTransactionLink ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void