Skip to content
Docs Try Aspire

Handle

Handle
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface Handle {
readonly $handle: string;
readonly $type: string;
toJSON(): MarshalledHandle;
toString(): string;
}

Properties

property $handle string get
The handle ID (instance number)
property $type string get
The ATS type ID

Methods

method toJSON
Serialize for JSON-RPC transport
toJSON(): MarshalledHandle
MarshalledHandle
method toString
String representation for debugging
toString(): string
string