Finishes the asynchronous execution of the  CreateRole operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public CreateRoleResponse EndCreateRole( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginCreateRole.
 Return Value
 Return ValueReturns a  CreateRoleResult from IdentityManagementService.
 See Also
 See Also