MultipartStreamProvider.ExecutePostProcessingAsync Method

Executes the post processing operation for this MultipartStreamProvider.

Namespace:  System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Overridable Function ExecutePostProcessingAsync As Task
'Usage
Dim instance As MultipartStreamProvider 
Dim returnValue As Task 

returnValue = instance.ExecutePostProcessingAsync()
public virtual Task ExecutePostProcessingAsync()
public:
virtual Task^ ExecutePostProcessingAsync()
abstract ExecutePostProcessingAsync : unit -> Task  
override ExecutePostProcessingAsync : unit -> Task
public function ExecutePostProcessingAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
The asynchronous task for this operation.

See Also

Reference

MultipartStreamProvider Class

System.Net.Http Namespace