ScheduledJobDescriptor(HttpConfiguration, String, Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的名稱和排程工作的型別,初始化 的新實例 ScheduledJobDescriptor 。
public ScheduledJobDescriptor (System.Web.Http.HttpConfiguration config, string name, Type type);
new Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor : System.Web.Http.HttpConfiguration * string * Type -> Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor
Public Sub New (config As HttpConfiguration, name As String, type As Type)
參數
- config
- System.Web.Http.HttpConfiguration
目前的 System.Web.Http.HttpConfiguration。
- name
- String
排程工作的名稱。