ODataParameterWriter.WriteValueAsync(String, Object) 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 start writing a value parameter.
public abstract System.Threading.Tasks.Task WriteValueAsync (string parameterName, object parameterValue);
abstract member WriteValueAsync : string * obj -> System.Threading.Tasks.Task
Public MustOverride Function WriteValueAsync (parameterName As String, parameterValue As Object) As Task
Parameters
- parameterName
- String
The name of the parameter to write.
- parameterValue
- Object
The value of the parameter to write.
Returns
A task instance that represents the asynchronous write operation.