DataWriterStoreOperation 클래스

정의

버퍼의 데이터를 백업 저장소에 커밋합니다.

public ref class DataWriterStoreOperation sealed : IAsyncOperation<unsigned int>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DataWriterStoreOperation final : IAsyncOperation<uint32_t>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DataWriterStoreOperation : IAsyncOperation<uint>
Public NotInheritable Class DataWriterStoreOperation
Implements IAsyncOperation(Of UInteger)
상속
Object Platform::Object IInspectable DataWriterStoreOperation
특성
구현
IAsyncInfo IAsyncOperation<UInt32> Windows.Foundation.IAsyncOperation IAsyncOperation<uint32_t>

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

속성

Completed

데이터 저장소 작업이 완료된 경우 호출할 처리기를 가져오거나 설정합니다.

ErrorCode

실패할 경우 데이터 저장소 작업에 대한 오류 코드를 가져옵니다.

Id

데이터 저장소 작업을 나타내는 고유 식별자를 가져옵니다.

Status

데이터 저장소 작업의 현재 상태 가져옵니다.

메서드

Cancel()

데이터 저장소 작업의 취소를 요청합니다.

Close()

데이터 저장소 작업과 연결된 요청은 중지되어야 합니다.

GetResults()

데이터 저장소 작업의 결과를 반환합니다.

적용 대상

추가 정보