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

EndGetInstanceProfile() public method

Finishes the asynchronous execution of the GetInstanceProfile operation.
public EndGetInstanceProfile ( IAsyncResult asyncResult ) : GetInstanceProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstanceProfile.
return Amazon.IdentityManagement.Model.GetInstanceProfileResponse
        public  GetInstanceProfileResponse EndGetInstanceProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<GetInstanceProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient