Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndGetServers C# (CSharp) 메소드

EndGetServers() 공개 메소드

Finishes the asynchronous execution of the GetServers operation.
public EndGetServers ( IAsyncResult asyncResult ) : GetServersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetServers.
리턴 Amazon.ServerMigrationService.Model.GetServersResponse
        public  GetServersResponse EndGetServers(IAsyncResult asyncResult)
        {
            return EndInvoke<GetServersResponse>(asyncResult);
        }