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

EndGetLoginProfile() public method

Finishes the asynchronous execution of the GetLoginProfile operation.
public EndGetLoginProfile ( IAsyncResult asyncResult ) : GetLoginProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetLoginProfile.
return Amazon.IdentityManagement.Model.GetLoginProfileResponse
        public  GetLoginProfileResponse EndGetLoginProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<GetLoginProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient