Amazon.OpsWorks.AmazonOpsWorksClient.EndCreateUserProfile C# (CSharp) Method

EndCreateUserProfile() public method

Finishes the asynchronous execution of the CreateUserProfile operation.
public EndCreateUserProfile ( IAsyncResult asyncResult ) : CreateUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUserProfile.
return Amazon.OpsWorks.Model.CreateUserProfileResponse
        public  CreateUserProfileResponse EndCreateUserProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateUserProfileResponse>(asyncResult);
        }
AmazonOpsWorksClient