BuildDropProvider.BeginArchiveDirectory Method
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Overridable Function BeginArchiveDirectory ( _
sourceDirectory As String, _
targetDirectory As String, _
fileName As String, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
public virtual IAsyncResult BeginArchiveDirectory(
string sourceDirectory,
string targetDirectory,
string fileName,
AsyncCallback callback,
Object state
)
public:
virtual IAsyncResult^ BeginArchiveDirectory(
String^ sourceDirectory,
String^ targetDirectory,
String^ fileName,
AsyncCallback^ callback,
Object^ state
)
abstract BeginArchiveDirectory :
sourceDirectory:string *
targetDirectory:string *
fileName:string *
callback:AsyncCallback *
state:Object -> IAsyncResult
override BeginArchiveDirectory :
sourceDirectory:string *
targetDirectory:string *
fileName:string *
callback:AsyncCallback *
state:Object -> IAsyncResult
public function BeginArchiveDirectory(
sourceDirectory : String,
targetDirectory : String,
fileName : String,
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parameters
- sourceDirectory
Type: System.String
- targetDirectory
Type: System.String
- fileName
Type: System.String
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace