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

DeleteItemAsync() public method

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

Same methods

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