ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.GetItemTypeAsync C# (CSharp) Method

GetItemTypeAsync() public method

public GetItemTypeAsync ( string Item ) : void
Item string
return void
        public void GetItemTypeAsync(string Item) {
            this.GetItemTypeAsync(Item, null);
        }
        

Same methods

ReportingService2005::GetItemTypeAsync ( string Item, object userState ) : void
ReportingService2005