Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class CustomNotification |
Visual Basic |
---|
Public Class CustomNotification |
Remarks
Initiating custom handlers is possible through the SendServerRequestNoResponse(CustomRequest) or SendServerRequestNoResponseAsync(CustomRequest, EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) methods. StartWatching(array<CustomMessageHeader>[]()[][]) or StartWatchingAsync(array<CustomMessageHeader>[]()[][], EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) can be used to receive notifications from a custom handler when it sends a custom notification.
The SendApplicationRequest(CustomRequest) or SendApplicationRequestAsync(CustomRequest, EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) methods can be used to send out request notifications to other IceLib applications. Other IceLib applications can listen for application requests by using StartWatching(array<CustomMessageHeader>[]()[][]) or StartWatchingAsync(array<CustomMessageHeader>[]()[][], EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) and can respond by using the SendApplicationResponse(CustomResponse) or SendApplicationResponseAsync(CustomResponse, EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) methods.
Note |
---|
For more information on getting started with custom notifications see Getting Started With Custom Notifications. |
Inheritance Hierarchy
ININ.IceLib.Connection.Extensions..::..CustomNotification
Version Information
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 2.4, supported for IC Server version 2.4 SU 28 and beyond.