tags:

views:

285

answers:

1

I see that WCF doesn't directly use events and instead uses OneWay delegate calls, but can someone show me a simple example on how to do this?

Here is what I have setup right now:

    [OperationContract(IsOneWay = true)]
    void OnGetMapStoryboardsComplete(object sender, List<Storyboard> results);
+1  A: 
Malcolm
I dont think I have a callback contract, how do i set that up?
Eric P
Let me edit my answer to show you (need code tags). One minute...
Malcolm
Does that answer your question, or are you still having issues?
Malcolm