Amazon.XRay.Model.PutTelemetryRecordsRequest.IsSetTelemetryRecords C# (CSharp) Method

IsSetTelemetryRecords() private method

private IsSetTelemetryRecords ( ) : bool
return bool
        internal bool IsSetTelemetryRecords()
        {
            return this._telemetryRecords != null && this._telemetryRecords.Count > 0; 
        }