Ishaibin
September 3rd, 2009, 10:32 AM
Hi ,
A question for you guys.
I have implemented an event based wcf service , the client calls a subscription method and the server saves a delegate to the client callback contract operation .
When the server wishes to fire an event it simply executes the delegate to the callback contract operation.
Now what I am not sure of is if the callback operation the server calls is sync or async , meaning if the server will now have to wait until the callback operation on the client side is over or it will simply call it and continue running.
Does anyone have a simple answer for this ?
A question for you guys.
I have implemented an event based wcf service , the client calls a subscription method and the server saves a delegate to the client callback contract operation .
When the server wishes to fire an event it simply executes the delegate to the callback contract operation.
Now what I am not sure of is if the callback operation the server calls is sync or async , meaning if the server will now have to wait until the callback operation on the client side is over or it will simply call it and continue running.
Does anyone have a simple answer for this ?