public sealed class QueryDispatcher : IQueryDispatcher
Public NotInheritable Class QueryDispatcher
Implements IQueryDispatcher
public ref class QueryDispatcher sealed : IQueryDispatcher
[<SealedAttribute>]
type QueryDispatcher =
class
interface IQueryDispatcher
end
QueryDispatcher | Инициализирует новый экземпляр класса QueryDispatcher |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
ExecuteTResult | Осуществляет попытку выполнения запроса |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsRegisteredTQuery | Осуществляет проверку наличия обработчика для запросаа |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Register | Осуществляет регистрацию обработчика запроса |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetHandlerTQuery, TResult | Осуществляет попытку получения обработчика для запроса TQuery с результатом выполнения TResult |
UnRegisterTQuery | Осуществляет удаление регистрации обработчика запроса |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |