AddAsync Method
Adds an entry specified by DN to the directory server using the type and value attributes defined in the Attributes properties.
Syntax
[VB.NET] Public Function AddAsync() As IAsyncAction
[C#] public IAsyncAction AddAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddAsync MethodAdds an entry specified by DN to the directory server using the type and value attributes defined in the Attributes properties. Syntax[VB.NET] Public Function AddAsync() As IAsyncAction [C#] public IAsyncAction AddAsync(); RemarksThis method is the asynchronous version of the Add method and is used to support asynchronous operations in WinRT. Please refer to Add for more information. |
||