EventHandlersDataSet.EventHandlersDataTable.AddEventHandlersRow 方法 (Guid, String, String, String, Int32, String, Int32, String, Boolean)
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcEvents
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function AddEventHandlersRow ( _
EventHandlerUid As Guid, _
Name As String, _
AssemblyName As String, _
ClassName As String, _
EventId As Integer, _
Description As String, _
Order As Integer, _
EndpointUrl As String, _
CancelOnError As Boolean _
) As EventHandlersDataSet.EventHandlersRow
用法
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim EventHandlerUid As Guid
Dim Name As String
Dim AssemblyName As String
Dim ClassName As String
Dim EventId As Integer
Dim Description As String
Dim Order As Integer
Dim EndpointUrl As String
Dim CancelOnError As Boolean
Dim returnValue As EventHandlersDataSet.EventHandlersRow
returnValue = instance.AddEventHandlersRow(EventHandlerUid, _
Name, AssemblyName, ClassName, EventId, _
Description, Order, EndpointUrl, _
CancelOnError)
public EventHandlersDataSet.EventHandlersRow AddEventHandlersRow(
Guid EventHandlerUid,
string Name,
string AssemblyName,
string ClassName,
int EventId,
string Description,
int Order,
string EndpointUrl,
bool CancelOnError
)
参数
- EventHandlerUid
类型:System.Guid
- Name
类型:System.String
- AssemblyName
类型:System.String
- ClassName
类型:System.String
- EventId
类型:System.Int32
- Description
类型:System.String
- Order
类型:System.Int32
- EndpointUrl
类型:System.String
- CancelOnError
类型:System.Boolean
返回值
类型:WebSvcEvents.EventHandlersDataSet.EventHandlersRow
中的事件处理程序表的行。
另请参阅
引用
EventHandlersDataSet.EventHandlersDataTable 类