IAsync Code ExampleMain Method
The method encapsulating the asyncrhonous code to be exemplified.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
A Task representing the exemplified asynchronous operation.
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
Task Main()VB
Function Main As TaskC++
Task^ Main()F#
abstract Main : unit -> Task Return Value
TaskA Task representing the exemplified asynchronous operation.