Property | Type | Description | |
---|---|---|---|
ISoapTransactionLinkExecutor | DependencyCollection | ||
OnCompleteTransactionCompleted | void |
Method | Description | |
---|---|---|
AddNextLink ( ISoapTransactionLink nextLink ) : void | ||
ISoapTransactionLinkExecutor ( System.Guid sessionId, Service serviceProxy ) : void | ||
ISoapTransactionLinkExecutor ( System.Guid sessionId, Service serviceProxy, Service &bulkOperations ) : void | ||
ISoapTransactionLinkExecutor ( Service bulkOperationResponse ) : void | ||
OnSubmitBulkOperationCompleted ( object sender, Service e ) : void | ||
Reset ( ) : void | ||
TransactionChainEnd ( ) : System |
Method | Description | |
---|---|---|
ISoapTransactionLinkExecutor ( ) : DependencyCollection | ||
OnCompleteTransactionCompleted ( object sender, Service e ) : void |
public AddNextLink ( ISoapTransactionLink nextLink ) : void | ||
nextLink | ISoapTransactionLink | |
return | void |
public ISoapTransactionLinkExecutor ( System.Guid sessionId, Service serviceProxy ) : void | ||
sessionId | System.Guid | |
serviceProxy | Service | |
return | void |
public ISoapTransactionLinkExecutor ( System.Guid sessionId, Service serviceProxy, Service &bulkOperations ) : void | ||
sessionId | System.Guid | |
serviceProxy | Service | |
bulkOperations | Service | |
return | void |
public ISoapTransactionLinkExecutor ( Service bulkOperationResponse ) : void | ||
bulkOperationResponse | Service | |
return | void |
public OnSubmitBulkOperationCompleted ( object sender, Service e ) : void | ||
sender | object | |
e | Service | |
return | void |