Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

c# interface async

SubZero answered on March 9, 2023 Popularity 6/10 Helpfulness 1/10

Contents


More Related Answers

  • c# async main
  • c# await non async method
  • how to run async void function c#
  • async await c#
  • c# async constructor
  • async using c#
  • C# Async Function simple
  • c sharp async
  • can I call an action async c#
  • C# Async Function with await
  • c# async and await example
  • c# interface implementation

  • c# interface async

    0

    Note that when implementing an asynchronous method in an interface, you can choose to implement it synchronously instead, by using a return statement that returns a completed Task. However, this may not be ideal in cases where the method can take a long time to complete, as it may cause the calling thread to block. 

    Popularity 6/10 Helpfulness 1/10 Language csharp
    Source: Grepper
    Tags: c# interface
    Link to this answer
    Share Copy Link
    Contributed on Mar 09 2023
    SubZero
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.