Scheduler for WinRT
ImportAsync Method


A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
The FileFormatEnum value.
Imports the scheduler's data from a stream whose data is in the specified format.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.C1Schedule.C1ScheduleStorage+d__c)> 
<DebuggerStepThroughAttribute()> 
Public Function ImportAsync( _ 
   ByVal stream As Stream, _ 
   ByVal format As FileFormatEnum _ 
) As Task
'Usage
 
Dim instance As C1ScheduleStorage
Dim stream As Stream
Dim format As FileFormatEnum
Dim value As Task
 
value = instance.ImportAsync(stream, format)
[AsyncStateMachine(C1.C1Schedule.C1ScheduleStorage+d__c)] 
[DebuggerStepThrough()] 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1ScheduleStorage Class
C1ScheduleStorage Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.