Amazon.OpsWorks.AmazonOpsWorksClient.EndCreateLayer C# (CSharp) 메소드

EndCreateLayer() 공개 메소드

Finishes the asynchronous execution of the CreateLayer operation.
public EndCreateLayer ( IAsyncResult asyncResult ) : CreateLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLayer.
리턴 Amazon.OpsWorks.Model.CreateLayerResponse
        public  CreateLayerResponse EndCreateLayer(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateLayerResponse>(asyncResult);
        }
AmazonOpsWorksClient