IBroadcast.Send

Fore Syntax

Send(Args: IBroadcastEventArgs; [GroupId: Integer = 0]);

Fore.NET Syntax

Send(Args: Prognoz.Platform.Interop.ForeSystem.IBroadcastEventArgs; GroupId: Integer);

Parameters

Args. Event arguments.

GroupId. Subscriber's identifier.

Description

The Send method is used to send messages to a group of subscribers.

See also:

IBroadcast