Amazon.GameLift.AmazonGameLiftClient.DescribeFleetEvents C# (CSharp) Метод

DescribeFleetEvents() публичный Метод

Retrieves entries from the specified fleet's event log. You can specify a time range to limit the result set. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a collection of event log entries matching the request are returned.
/// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public DescribeFleetEvents ( DescribeFleetEventsRequest request ) : DescribeFleetEventsResponse
request Amazon.GameLift.Model.DescribeFleetEventsRequest Container for the necessary parameters to execute the DescribeFleetEvents service method.
Результат Amazon.GameLift.Model.DescribeFleetEventsResponse
        public DescribeFleetEventsResponse DescribeFleetEvents(DescribeFleetEventsRequest request)
        {
            var marshaller = new DescribeFleetEventsRequestMarshaller();
            var unmarshaller = DescribeFleetEventsResponseUnmarshaller.Instance;

            return Invoke<DescribeFleetEventsRequest,DescribeFleetEventsResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient