Class McpResourceUpdatedEventArgs
Provides data for the ResourceUpdated event. This event is raised when a subscribed resource has been updated on the server.
public sealed class McpResourceUpdatedEventArgs : EventArgs
- Inheritance
-
McpResourceUpdatedEventArgs
- Inherited Members
Constructors
- McpResourceUpdatedEventArgs(string)
Initializes a new instance of McpResourceUpdatedEventArgs.
Properties
- Timestamp
Gets the timestamp when this update notification was received.
- Uri
Gets the URI of the resource that was updated.