GetResponse 建構函式 (IXmlSerializable)

 

使用指定的主體元素,初始化 GetResponse 類別的新執行個體。

命名空間:   Microsoft.ComplexEventProcessing.ManagementService
組件:  Microsoft.ComplexEventProcessing.ManagementService (在 Microsoft.ComplexEventProcessing.ManagementService.dll 中)

語法

public GetResponse(
    IXmlSerializable bodyElements
)
public:
GetResponse(
    IXmlSerializable^ bodyElements
)
new : 
        bodyElements:IXmlSerializable -> GetResponse
Public Sub New (
    bodyElements As IXmlSerializable
)

參數

  • bodyElements
    要序列化成為回應訊息之主體的物件。

請參閱

GetResponse 超載
GetResponse 類別
Microsoft.ComplexEventProcessing.ManagementService 命名空間

回到頁首