Share via


IUserExtension.UpdateUserPropertiesAsync Method (IUserExtensionProperties)

 

Asynchronously updates the extension properties for a particular user.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

void UpdateUserPropertiesAsync(
    IUserExtensionProperties userExtensionProperties
)
void UpdateUserPropertiesAsync(
    IUserExtensionProperties^ userExtensionProperties
)
Sub UpdateUserPropertiesAsync (
    userExtensionProperties As IUserExtensionProperties
)

Parameters

Remarks

Subscribe to the UpdateUserPropertiesCompleted event to obtain the result of this method call.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top