iControl.ManagementApplicationService.get_metadata_persistence C# (CSharp) Method

get_metadata_persistence() private method

private get_metadata_persistence ( string apps, string names ) : CommonMetadataPersistence[][]
apps string
names string
return CommonMetadataPersistence[][]
        public CommonMetadataPersistence[][] get_metadata_persistence(
		string [] apps,
		string [] [] names
	)
        {
            object [] results = this.Invoke("get_metadata_persistence", new object [] {
                apps,
                names});
            return ((CommonMetadataPersistence [] [])(results[0]));
        }
ManagementApplicationService