Flag indicating whether this transaction might be forked.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Property 
EnableForking 
As 
Boolean
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

ServerTransaction
Dim 
value 
As 
Boolean

value = instance.
EnableForking

instance.
EnableForking = 
value
C#
public 
bool 
EnableForking { 
get; 
set; }

Property value

Type: System . . :: . . Boolean

Remarks

If true , more than one branch can be created with CreateBranch () () () () . If false , ArgumentExceptionwill be thrown if the application attempts to create a second branch. The default value is true .

See also