public sealed class CancelOperationRequest : IMessage<CancelOperationRequest>, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.LongRunning class CancelOperationRequest.
The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `CancelOperationRequest` class is used to send a request to cancel a long-running operation."],["This class is part of the `Google.LongRunning` namespace in the `Google.LongRunning.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CancelOperationRequest` class has a `Name` property that accepts a string to identify the operation to be canceled."],["The documentation provides links to different versions of the `CancelOperationRequest`, ranging from version 2.2.0 up to 3.3.0, with 3.3.0 being the latest version."],["It also inherits from `object` and supports inherited member functions like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]