Amazon.GameLift.AmazonGameLiftClient.EndDeleteBuild C# (CSharp) Method

EndDeleteBuild() public method

Finishes the asynchronous execution of the DeleteBuild operation.
public EndDeleteBuild ( IAsyncResult asyncResult ) : DeleteBuildResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBuild.
return DeleteBuildResponse
        public  DeleteBuildResponse EndDeleteBuild(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBuildResponse>(asyncResult);
        }
AmazonGameLiftClient