public sealed class ContainerKilledEvent : IMessage<ContainerKilledEvent>, IEquatable<ContainerKilledEvent>, IDeepCloneable<ContainerKilledEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class ContainerKilledEvent.
An event generated when a container is forcibly terminated by the
worker. Currently, this only occurs when the container outlives the
timeout specified by the user.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eContainerKilledEvent\u003c/code\u003e class in the Cloud Life Sciences v2beta API represents an event when a container is forcibly terminated by a worker, typically due to exceeding its timeout.\u003c/p\u003e\n"],["\u003cp\u003eThis class is available in three versions: 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta02, each with its own documentation page.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContainerKilledEvent\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, providing methods for message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContainerKilledEvent\u003c/code\u003e class features a property \u003ccode\u003eActionId\u003c/code\u003e which represents the numeric identifier of the action that initiated the container.\u003c/p\u003e\n"],["\u003cp\u003eIt can be constructed either as a default instance with no arguments, or from an existing instance of \u003ccode\u003eContainerKilledEvent\u003c/code\u003e through its constructor.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class ContainerKilledEvent (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.ContainerKilledEvent)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.ContainerKilledEvent)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.ContainerKilledEvent) \n\n public sealed class ContainerKilledEvent : IMessage\u003cContainerKilledEvent\u003e, IEquatable\u003cContainerKilledEvent\u003e, IDeepCloneable\u003cContainerKilledEvent\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class ContainerKilledEvent.\n\nAn event generated when a container is forcibly terminated by the\nworker. Currently, this only occurs when the container outlives the\ntimeout specified by the user. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ContainerKilledEvent \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ContainerKilledEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.ContainerKilledEvent), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ContainerKilledEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.ContainerKilledEvent), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ContainerKilledEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.ContainerKilledEvent), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nConstructors\n------------\n\n### ContainerKilledEvent()\n\n public ContainerKilledEvent()\n\n### ContainerKilledEvent(ContainerKilledEvent)\n\n public ContainerKilledEvent(ContainerKilledEvent other)\n\nProperties\n----------\n\n### ActionId\n\n public int ActionId { get; set; }\n\nThe numeric ID of the action that started the container."]]