Skip to content
Discussion options

You must be logged in to vote

CSLA supports both

[Fetch]
private void Fetch()

and

[Fetch]
private async Task FetchAsync()

You can use either, and the data portal will work as expected. So the real question is whether, inside your method, you need to call await or not.

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
1 reply
@mikeclimbs23
Comment options

Answer selected by mikeclimbs23
Comment options

You must be logged in to vote
4 replies
@michaelcsikos
Comment options

@rockfordlhotka
Comment options

@TheCakeMonster
Comment options

@michaelcsikos
Comment options

Comment options

You must be logged in to vote
8 replies
@rockfordlhotka
Comment options

@Chicagoan2016
Comment options

@TheCakeMonster
Comment options

@Chicagoan2016
Comment options

@michaelcsikos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants