다음을 통해 공유


ODataMessageWriter.CreateODataCollectionWriterAsync 메서드

정의

오버로드

CreateODataCollectionWriterAsync(IEdmTypeReference)

서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 작성하는 를 비동기적으로 만듭니다 ODataCollectionWriter .

CreateODataCollectionWriterAsync()

서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 작성하는 를 비동기적으로 만듭니다 ODataCollectionWriter .

CreateODataCollectionWriterAsync(IEdmTypeReference)

서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 작성하는 를 비동기적으로 만듭니다 ODataCollectionWriter .

public System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateODataCollectionWriterAsync (Microsoft.OData.Edm.IEdmTypeReference itemTypeReference);
member this.CreateODataCollectionWriterAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public Function CreateODataCollectionWriterAsync (itemTypeReference As IEdmTypeReference) As Task(Of ODataCollectionWriter)

매개 변수

itemTypeReference
IEdmTypeReference

작성 중인 컬렉션의 항목 형식이거나, 사용할 수 있는 메타데이터가 없는 경우 null입니다.

반환

만든 컬렉션 작성기에 대해 실행 중인 작업입니다.

적용 대상

CreateODataCollectionWriterAsync()

서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 작성하는 를 비동기적으로 만듭니다 ODataCollectionWriter .

public System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateODataCollectionWriterAsync ();
member this.CreateODataCollectionWriterAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public Function CreateODataCollectionWriterAsync () As Task(Of ODataCollectionWriter)

반환

만든 컬렉션 작성기에 대해 실행 중인 작업입니다.

적용 대상