다음을 통해 공유


ReportingService2010.ListParentsAsync 메서드

정의

오버로드

ListParentsAsync(String)
ListParentsAsync(String, Object)

ListParentsAsync(String)

public:
 void ListParentsAsync(System::String ^ ItemPath);
public void ListParentsAsync (string ItemPath);
member this.ListParentsAsync : string -> unit
Public Sub ListParentsAsync (ItemPath As String)

매개 변수

ItemPath
String

적용 대상

ListParentsAsync(String, Object)

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

매개 변수

ItemPath
String
userState
Object

적용 대상