IdeaBlade DevForce 2010 Help Reference
GetDefaultPushBinding Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > RemoteServiceFns Class : GetDefaultPushBinding Method



scheme
isServer
Returns the default non-SL binding used with the Notification service.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDefaultPushBinding( _
   ByVal scheme As String, _
   ByVal isServer As Boolean _
) As Binding
Visual Basic (Usage)Copy Code
Dim scheme As String
Dim isServer As Boolean
Dim value As Binding
 
value = RemoteServiceFns.GetDefaultPushBinding(scheme, isServer)
C# 
public static Binding GetDefaultPushBinding( 
   string scheme,
   bool isServer
)
C++/CLI 
public:
static Binding^ GetDefaultPushBinding( 
   String^ scheme,
   bool isServer
) 

Parameters

scheme
isServer

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.