Amazon.CodeDeploy.AmazonCodeDeployClient.EndRegisterOnPremisesInstance C# (CSharp) 메소드

EndRegisterOnPremisesInstance() 공개 메소드

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