ServerTransaction.EnableForking property
| Microsoft Office Live Communications Server 2005 with SP1 |
ServerTransaction.EnableForking
The EnableForking property indicates whether request forking is enabled or not.
[C#]
public Boolean EnableForking {get; set;}
[Visual Basic .NET] Public Property EnableForking As Boolean
Remarks
If true, more than one branch can be created with ServerTransaction.CreateBranch. If false, ArgumentException will be thrown if the application attempts to create a second branch. The default value is true.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
| What did you think of this topic? |
| © 2008 Microsoft Corporation. All rights reserved. |