2027 Members
Changes 0
M

ExternalService Methods

Name Return Type Description Inherited From
M AddServer(IExternalServer) None Registers a server with its service.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetDefaultServerId() Guid Returns the Id of the default server if one was assigned to the service.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetOptions() ExternalServiceOptions A copy of the options the service was registered with.
M GetPublicAccessKey() Guid Access key to use to execute a service.
M GetRegisteredServerIds() IList<Guid> Returns Ids of all servers registered for the service.
M GetServer(Guid) IExternalServer Returns the instance that provides implementation for a registered server.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsRegisteredServerId(Guid) Boolean Checks if the Id represents a valid server that has been registered for the service.
M RemoveServer(Guid) None Removes/unregisters a server from the service.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object