Hello,
First of all, thank you for the hard work on this !
Trying to work out on how to "call" the async proxy.
Can you post a small working sample ?
i can't seem to figure out how to make a async connection.
// Create Async Proxy directly
// (implements both IDiscoveryService and IAsyncDiscoveryService)
var asyncService =
new AsyncDiscoveryServiceProxy(
OrganizationUri,
HomeRealmUri,
Credentials,
null);
Thank you in advance.
Hello,
First of all, thank you for the hard work on this !
Trying to work out on how to "call" the async proxy.
Can you post a small working sample ?
i can't seem to figure out how to make a async connection.
// Create Async Proxy directly
// (implements both IDiscoveryService and IAsyncDiscoveryService)
var asyncService =
new AsyncDiscoveryServiceProxy(
OrganizationUri,
HomeRealmUri,
Credentials,
null);
Thank you in advance.