Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndCreateInstanceProfile C# (CSharp) Method

EndCreateInstanceProfile() public method

Finishes the asynchronous execution of the CreateInstanceProfile operation.
public EndCreateInstanceProfile ( IAsyncResult asyncResult ) : CreateInstanceProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstanceProfile.
return Amazon.IdentityManagement.Model.CreateInstanceProfileResponse
        public  CreateInstanceProfileResponse EndCreateInstanceProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateInstanceProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient