Amazon.CloudWatchLogs.AmazonCloudWatchLogsClient.EndCreateLogStream C# (CSharp) Method

EndCreateLogStream() public method

Finishes the asynchronous execution of the CreateLogStream operation.
public EndCreateLogStream ( IAsyncResult asyncResult ) : Amazon.CloudWatchLogs.Model.CreateLogStreamResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLogStream.
return Amazon.CloudWatchLogs.Model.CreateLogStreamResponse
        public  CreateLogStreamResponse EndCreateLogStream(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateLogStreamResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient