[VBScript]
sub ISYSImageCache.Fetch(_
variant Keys, _
string Filename_
)
[C#]
void ISYSImageCache.Fetch(
System.Object Keys,
string Filename
);
[ColdFusion/Java]
void IISYSImageCache.Fetch(
System.Object Keys,
java.lang.String Filename
) throws ComException; |