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

EndDeregisterOnPremisesInstance() public method

Finishes the asynchronous execution of the DeregisterOnPremisesInstance operation.
public EndDeregisterOnPremisesInstance ( IAsyncResult asyncResult ) : DeregisterOnPremisesInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterOnPremisesInstance.
return DeregisterOnPremisesInstanceResponse
        public  DeregisterOnPremisesInstanceResponse EndDeregisterOnPremisesInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<DeregisterOnPremisesInstanceResponse>(asyncResult);
        }
AmazonCodeDeployClient