public class PublisherTicket<TParameter, TReturn> : PublisherTicketBase
Public Class PublisherTicket(Of TParameter, TReturn)
Inherits PublisherTicketBase
PublisherTicketTParameter, TReturn | Initializes an instance of PublisherTicket. |
Executor | Gets the instance of MessageExecutorBaseTParameter, TReturn. |
Id |
Gets the id of this publisher.
(Inherited from PublisherTicketBase) |
Options | Gets the instance of publisher options provided with publisher registration. |
OptionsGeneric |
Gets the generic instance of publisher options provided with publisher registration.
(Overrides PublisherTicketBaseOptionsGeneric) |
ParameterType |
Gets the type of the parameter.
(Overrides PublisherTicketBaseParameterType) |
ReturnValueType |
Gets the type of the return value.
(Overrides PublisherTicketBaseReturnValueType) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |