Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndGetLoginProfile C# (CSharp) 메소드

EndGetLoginProfile() 공개 메소드

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