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

Syntax

C#
protected override void onInvoke(
	RTMPConnection conn,
	Channel channel,
	Header source,
	Notify invoke,
	RTMP rtmp
)
Visual Basic
Protected Overrides Sub onInvoke ( _
	conn As RTMPConnection, _
	channel As Channel, _
	source As Header, _
	invoke As Notify, _
	rtmp As RTMP _
)
Visual C++
protected:
virtual void onInvoke(
	RTMPConnection^ conn, 
	Channel^ channel, 
	Header^ source, 
	Notify^ invoke, 
	RTMP^ rtmp
) override

See Also