Amazon.Snowball.AmazonSnowballClient.EndGetJobManifest C# (CSharp) Method

EndGetJobManifest() public method

Finishes the asynchronous execution of the GetJobManifest operation.
public EndGetJobManifest ( IAsyncResult asyncResult ) : GetJobManifestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJobManifest.
return Amazon.Snowball.Model.GetJobManifestResponse
        public  GetJobManifestResponse EndGetJobManifest(IAsyncResult asyncResult)
        {
            return EndInvoke<GetJobManifestResponse>(asyncResult);
        }