ODataMessageWriter.CreateODataUriParameterResourceSetWriterAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously creates an ODataWriter to write Uri operation parameter.
public System.Threading.Tasks.Task<Microsoft.OData.ODataWriter> CreateODataUriParameterResourceSetWriterAsync (Microsoft.OData.Edm.IEdmEntitySetBase entitySetBase, Microsoft.OData.Edm.IEdmStructuredType resourceType);
member this.CreateODataUriParameterResourceSetWriterAsync : Microsoft.OData.Edm.IEdmEntitySetBase * Microsoft.OData.Edm.IEdmStructuredType -> System.Threading.Tasks.Task<Microsoft.OData.ODataWriter>
Public Function CreateODataUriParameterResourceSetWriterAsync (entitySetBase As IEdmEntitySetBase, resourceType As IEdmStructuredType) As Task(Of ODataWriter)
Parameters
- entitySetBase
- IEdmEntitySetBase
The resource set we are going to write resources for.
- resourceType
- IEdmStructuredType
The structured type for the resources in the resource set to be written.
Returns
A running task for the created uri parameter writer.