Web API Core | ComponentOne
C1.Web.Api Namespace / ExporterResult Class / ExecuteResultAsync Method

In This Topic
    ExecuteResultAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.Web.Api.ExporterResult/d__6)> 
    Public Function ExecuteResultAsync( _ 
       ByVal context As ActionContext _ 
    ) As Task
    [AsyncStateMachine(C1.Web.Api.ExporterResult/d__6)] 
    public Task ExecuteResultAsync( 
       ActionContext context 
    )

    Parameters

    context
    See Also