Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / C1ScheduleStorage Class / ImportAsync Method
A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
The FileFormatEnum value.

In This Topic
    ImportAsync Method
    In This Topic
    Imports the scheduler's data from a stream whose data is in the specified format.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.C1Schedule.C1ScheduleStorage/d__38)> 
    Public Function ImportAsync( _ 
       ByVal stream As Stream, _ 
       ByVal format As FileFormatEnum _ 
    ) As Task
    [AsyncStateMachine(C1.C1Schedule.C1ScheduleStorage/d__38)] 
    public Task ImportAsync( 
       Stream stream, 
       FileFormatEnum format 
    )

    Parameters

    stream
    A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
    format
    The FileFormatEnum value.

    Return Value

    Doesn't have return value.
    See Also