BatchHeader 클래스

정의

단일 트랜잭션 내에서 실행되는 다중 메서드 연산을 지원하는 배치 헤더를 나타냅니다. 배치 헤더에 대한 자세한 내용은 배치 방법을 참조하세요.

public ref class BatchHeader : System::Web::Services::Protocols::SoapHeader
public class BatchHeader : System.Web.Services.Protocols.SoapHeader
type BatchHeader = class
    inherit SoapHeader
Public Class BatchHeader
Inherits SoapHeader
상속
BatchHeader

설명

이 클래스는 BatchHeader SOAP 헤더의 속성과 함께 BatchHeaderValue 사용됩니다.

생성자

Name Description
BatchHeader()

클래스의 새 인스턴스를 인스턴스화합니다 BatchHeader .

속성

Name Description
AnyAttr

객체 배열 XmlAttribute 을 받거나 설정합니다.

BatchID

여러 웹 서비스 메서드가 실행되는 단일 데이터베이스 트랜잭션에 연관된 배치 ID를 받거나 설정합니다.

적용 대상