JobWebService.QueueOneTimeJob Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueueOneTimeJob ( _
jobName As String, _
extensionName As String, _
jobData As XmlNode, _
highPriority As Boolean _
) As Guid
[WebMethodAttribute]
public Guid QueueOneTimeJob(
string jobName,
string extensionName,
XmlNode jobData,
bool highPriority
)
[WebMethodAttribute]
public:
Guid QueueOneTimeJob(
String^ jobName,
String^ extensionName,
XmlNode^ jobData,
bool highPriority
)
[<WebMethodAttribute>]
member QueueOneTimeJob :
jobName:string *
extensionName:string *
jobData:XmlNode *
highPriority:bool -> Guid
public function QueueOneTimeJob(
jobName : String,
extensionName : String,
jobData : XmlNode,
highPriority : boolean
) : Guid
Parameters
- jobName
Type: System.String
- extensionName
Type: System.String
- jobData
Type: System.Xml.XmlNode
- highPriority
Type: System.Boolean
Return Value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.