Click here to Skip to main content
15,908,173 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a c# project with asynchronous calls to the data base. Do I need to have a different subscription token for each call?

What I have tried:

I've tried using the same token and just resetting the value.
Posted
Comments
[no name] 13-Mar-19 16:18pm    
What does one have to do with the other? What's happening now? You said you "have a project with calls" .... And? Whose asking the questions now?
Member 12061698 13-Mar-19 16:29pm    
I'm new to C# and WPF. The subscription token is for getting the data from the object where the data base response lands.
Dave Kreskowiak 13-Mar-19 16:25pm    
"Subscription token"? What on earth are you talking about? No database access that I know of requires a subscription token.

Unless you're talking about calling some webapi somewhere where and THAT needs a token. That's not "calling the database". That's making a call to a webapi.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900