|
PhasorMeasurementMapperRequestCurrentConfiguration Method
|
Returns the current configuration frame to the caller.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Requests the current configuration frame and returns it to the caller.",
new string[] { ... })]
public IConfigurationFrame RequestCurrentConfiguration()
<AdapterCommandAttribute("Requests the current configuration frame and returns it to the caller.",
New String() { ... })>
Public Function RequestCurrentConfiguration As IConfigurationFrame
public:
[AdapterCommandAttribute(L"Requests the current configuration frame and returns it to the caller.",
__gc new array<String^>^ { ... })]
IConfigurationFrame^ RequestCurrentConfiguration()
[<AdapterCommandAttribute("Requests the current configuration frame and returns it to the caller.",
new string[] { ... })>]
member RequestCurrentConfiguration : unit -> IConfigurationFrame
function RequestCurrentConfiguration();
View SourceReturn Value
IConfigurationFrameA
IConfigurationFrame if successful, -or-
null if request failed.
See Also