SignalProxy::TryInvokeMember Method
.NET Framework 4.5This member overrides DynamicObject::TryInvokeMember(InvokeMemberBinder, array<Object>, Object%). Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: virtual bool TryInvokeMember( InvokeMemberBinder^ binder, array<Object^>^ args, [OutAttribute] Object^% result ) override
Parameters
- binder
- Type: System.Dynamic::InvokeMemberBinder
- args
- Type: array<System::Object>
- result
- Type: System::Object%
Show: