adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileTrigger Class / FileServiceProvider Property

In This Topic
    FileServiceProvider Property
    In This Topic
    The provider to use when monitoring files on a remote service
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property FileServiceProvider As FileServiceProvider
    [CanBeNull()]
    public FileServiceProvider FileServiceProvider {get; set;}
    Remarks
    For files located on the adTempus server (or on a file share accessible from the server) no FileServiceProvider is needed.
    See Also