Does DAsync change the timing of when events fire? DAsync will intercept the invocation of an event in order to marshall/proxy (?) it over to a different service, but DAsync do so immediately or does it wait until the method containing the event publishing code completes?
Sorry if this already covered in the documentation.
Does DAsync change the timing of when events fire? DAsync will intercept the invocation of an event in order to marshall/proxy (?) it over to a different service, but DAsync do so immediately or does it wait until the method containing the event publishing code completes?
Sorry if this already covered in the documentation.