adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetClientUpdatePackage Method
The stream to write to


In This Topic
    GetClientUpdatePackage Method
    In This Topic
    Gets the client auto-update package from the server and writes it to a stream.
    Syntax
    'Declaration
     
    
    Public Sub GetClientUpdatePackage( _
       ByVal stream As Stream _
    ) 
    public void GetClientUpdatePackage( 
       Stream stream
    )
    public:
    void GetClientUpdatePackage( 
       Stream^ stream
    ) 

    Parameters

    stream
    The stream to write to
    Remarks
    Throws an exception if the update package cannot be retrieved.
    See Also