Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Server.Context Namespace > ContextParticipant Class > ContextParticipant Constructor : ContextParticipant Constructor(Int32,String,Boolean,IContextParticipant) |
true
, the application participates in context change surveys. If set to false
, the application will only be informed when a context change has been accepted.
public ContextParticipant( int participantCoupon, string applicationName, bool survey, IContextParticipant participant )
'Declaration
Public Function New( _ ByVal participantCoupon As Integer, _ ByVal applicationName As String, _ ByVal survey As Boolean, _ ByVal participant As IContextParticipant _ )
'Usage
Dim participantCoupon As Integer Dim applicationName As String Dim survey As Boolean Dim participant As IContextParticipant Dim instance As New ContextParticipant(participantCoupon, applicationName, survey, participant)
public: ContextParticipant( int participantCoupon, String^ applicationName, bool survey, IContextParticipant^ participant )
true
, the application participates in context change surveys. If set to false
, the application will only be informed when a context change has been accepted.