DFSnapshotOnDemandExtractDFSnapshot Method (String, Object) |
ExtractDFSnapshot
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic BaseDataFrame ExtractDFSnapshot(
string ids,
Object[] args
)
Public Function ExtractDFSnapshot (
ids As String,
args As Object()
) As BaseDataFrame
public:
BaseDataFrame^ ExtractDFSnapshot(
String^ ids,
array<Object^>^ args
)
member ExtractDFSnapshot :
ids : string *
args : Object[] -> BaseDataFrame
Parameters
- ids
- Type: SystemString
- args
- Type: SystemObject
Comma separated namevalue pairs array with any other arguments, used by addStringArrayParameters(DataRequest, Object)
Return Value
Type:
BaseDataFrameBaseDataFrame with data from query
See Also