Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.HandlePropertyAsync Method

Retrieve the async method named asyncName and put the return value into the property named syncName.

Class: YetaWF.Core.Models.ObjectSupport
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public static Task HandlePropertyAsync<TYPE>(
    string syncName,
    string asyncName,
    object data );

Parameters

syncName

(not specified)

asyncName

(not specified)

data

(not specified)

See Also YetaWF.Core.Models.ObjectSupport ClassYetaWF.Core Overview