2006/9/27, James <[EMAIL PROTECTED]>:
> So is there any way to make this work?  Thanks for any help you can
> provide.

You can create a typed delegate simply by calling it with a Python
function as an argument.

delegate = Sink[ChannelMessage](fn)
i.Connect(delegate)

-- 
Seo Sanghyeon
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to