LocatorBaseCollection.CreateLocatorAsync Method (LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
Creates the locator async.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Function CreateLocatorAsync ( _
locatorType As LocatorType, _
asset As IAsset, _
accessPolicy As IAccessPolicy, _
startTime As Nullable(Of DateTime), _
name As String _
) As Task(Of ILocator)
'Usage
Dim instance As LocatorBaseCollection
Dim locatorType As LocatorType
Dim asset As IAsset
Dim accessPolicy As IAccessPolicy
Dim startTime As Nullable(Of DateTime)
Dim name As String
Dim returnValue As Task(Of ILocator)
returnValue = instance.CreateLocatorAsync(locatorType, _
asset, accessPolicy, startTime, name)
public Task<ILocator> CreateLocatorAsync(
LocatorType locatorType,
IAsset asset,
IAccessPolicy accessPolicy,
Nullable<DateTime> startTime,
string name
)
public:
Task<ILocator^>^ CreateLocatorAsync(
LocatorType locatorType,
IAsset^ asset,
IAccessPolicy^ accessPolicy,
Nullable<DateTime> startTime,
String^ name
)
member CreateLocatorAsync :
locatorType:LocatorType *
asset:IAsset *
accessPolicy:IAccessPolicy *
startTime:Nullable<DateTime> *
name:string -> Task<ILocator>
public function CreateLocatorAsync(
locatorType : LocatorType,
asset : IAsset,
accessPolicy : IAccessPolicy,
startTime : Nullable<DateTime>,
name : String
) : Task<ILocator>
Parameters
- locatorType
Type: Microsoft.WindowsAzure.MediaServices.Client.LocatorType
Type of the locator.
- asset
Type: Microsoft.WindowsAzure.MediaServices.Client.IAsset
The asset.
- accessPolicy
Type: Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy
The access policy.
- startTime
Type: System.Nullable<DateTime>
The start time.
- name
Type: System.String
The locator name.
Return Value
Type: System.Threading.Tasks.Task<ILocator>
Returns Task<TResult>.