Amazon.CodeDeploy.AmazonCodeDeployClient.EndRegisterOnPremisesInstance C# (CSharp) Method

EndRegisterOnPremisesInstance() public method

Finishes the asynchronous execution of the RegisterOnPremisesInstance operation.
public EndRegisterOnPremisesInstance ( IAsyncResult asyncResult ) : RegisterOnPremisesInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterOnPremisesInstance.
return RegisterOnPremisesInstanceResponse
        public  RegisterOnPremisesInstanceResponse EndRegisterOnPremisesInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterOnPremisesInstanceResponse>(asyncResult);
        }
AmazonCodeDeployClient