ReportingService2005.MoveItemAsync Method

Definition

Overloads

MoveItemAsync(String, String)
MoveItemAsync(String, String, Object)

MoveItemAsync(String, String)

public:
 void MoveItemAsync(System::String ^ Item, System::String ^ Target);
public void MoveItemAsync (string Item, string Target);
member this.MoveItemAsync : string * string -> unit
Public Sub MoveItemAsync (Item As String, Target As String)

Parameters

Item
String
Target
String

Applies to

MoveItemAsync(String, String, Object)

public:
 void MoveItemAsync(System::String ^ Item, System::String ^ Target, System::Object ^ userState);
public void MoveItemAsync (string Item, string Target, object userState);
member this.MoveItemAsync : string * string * obj -> unit
Public Sub MoveItemAsync (Item As String, Target As String, userState As Object)

Parameters

Item
String
Target
String
userState
Object

Applies to