QueueJobCollection.GetByGuid 方法

队列中的作业从集合中获取具有指定 GUID。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As QueueJob
用法
Dim instance As QueueJobCollection
Dim uid As Guid
Dim returnValue As QueueJob

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public QueueJob GetByGuid(
    Guid uid
)

参数

返回值

类型:Microsoft.ProjectServer.Client.QueueJob
一个QueueJob对象。

另请参阅

引用

QueueJobCollection 类

QueueJobCollection 成员

Microsoft.ProjectServer.Client 命名空间