Initializes a new instance of the Notify class

Namespace: Weborb.Messaging.Net.RTMP.Event
Assembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)

Syntax

C#
public Notify(
	IServiceCall call
)
Visual Basic
Public Sub New ( _
	call As IServiceCall _
)
Visual C++
public:
Notify(
	IServiceCall^ call
)

See Also