Share via


TaskflowWebService Class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      OBA.Server.Taskflow.TaskflowWebService

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<WebServiceAttribute(Namespace := "http://schemas/oba/2010/TaskflowWebService")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
Public Class TaskflowWebService _
    Inherits WebService
'Usage
Dim instance As TaskflowWebService
[CLSCompliantAttribute(false)]
[WebServiceAttribute(Namespace = "http://schemas/oba/2010/TaskflowWebService")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class TaskflowWebService : WebService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TaskflowWebService Members

OBA.Server.Taskflow Namespace