ServiceConfig.TipUrl 属性

定义

获取或设置事务 Internet 协议 (TIP) URL,该 URL 允许在现有事务中运行被包含的代码。

public:
 property System::String ^ TipUrl { System::String ^ get(); void set(System::String ^ value); };
public string TipUrl { get; set; }
member this.TipUrl : string with get, set
Public Property TipUrl As String

属性值

一个 TIP URL。 默认值是 null

注解

TipUrl 类似于 属性, BringYourOwnTransaction 但允许封闭的代码作为由 TIP URL 指定的现有事务运行。

适用于