<Code Lib>
2025 Method
Changes 0
M

ExternalService.GetOptions

Description:
A copy of the options the service was registered with.
Remarks:
The returned instance is mutable, but any changes made there cannot be assigned back to the service.

public ExternalServiceOptions GetOptions()

ExternalServiceOptions An instance of the options class.

Loading…