Amazon.OpsWorks.AmazonOpsWorksClient.EndCreateLayer C# (CSharp) Method

EndCreateLayer() public method

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