asked on October 28, 2021
I am using below code in workflow SDK script to find user in LFDS:
(LdapDirectoryUser)allUsers.Find(User => User.Name == distinguishedName);
It gives below error:
The request channel timed out while waiting for a reply after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout
How do I increase the timeout value?
0
0