ModifyAsync Method
Performs an LDAP 'modify' operation on the entry specified by DN .
Syntax
[VB.NET] Public Function ModifyAsync() As Task
[C#] public Task ModifyAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ModifyAsync MethodPerforms an LDAP 'modify' operation on the entry specified by DN . Syntax[VB.NET] Public Function ModifyAsync() As Task [C#] public Task ModifyAsync(); RemarksThis method is the asynchronous version of the Modify method and is used to support asynchronous operations in WinRT. Please refer to Modify for more information. |
||