Share via


ServiceClient.EntityStagingProcess 메서드

정의

일괄 처리 태그, 엔터티 식별자, 멤버 유형 및 버전 식별자를 통해 일괄 처리를 큐에 처리 대기 중으로 설정합니다.

public:
 int EntityStagingProcess(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ VersionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public int EntityStagingProcess (Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier VersionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityStagingProcess : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier * OperationResult -> int
Public Function EntityStagingProcess (International As International, BatchTag As String, EntityId As Identifier, MemberType As MemberType, VersionId As Identifier, ByRef OperationResult As OperationResult) As Integer

매개 변수

International
International

culture 설정입니다.

BatchTag
String

일괄 처리를 식별하는 데 사용되는 사용자 정의 텍스트입니다.

EntityId
Identifier

처리할 엔터티 식별자입니다.

MemberType
MemberType

처리할 멤버 유형입니다.

VersionId
Identifier

일괄 처리와 연결된 버전 식별자입니다.

OperationResult
OperationResult

이 메서드가 반환될 때 작업 결과가 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

처리를 위해 큐에서 대기 중인 일괄 처리를 식별하는 고유 정수 식별자입니다.

적용 대상