Click or drag to resize
IMibManagerExport Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Snmp.IMibManager.Export(System.Int64,Netadmin.Management.Snmp.Dto.MibFileType)"]

Namespace: Netadmin.Management.Snmp
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Stream Export(
	long fileId,
	MibFileType fileType
)

Parameters

fileId
Type: SystemInt64

[Missing <param name="fileId"/> documentation for "M:Netadmin.Management.Snmp.IMibManager.Export(System.Int64,Netadmin.Management.Snmp.Dto.MibFileType)"]

fileType
Type: Netadmin.Management.Snmp.DtoMibFileType

[Missing <param name="fileType"/> documentation for "M:Netadmin.Management.Snmp.IMibManager.Export(System.Int64,Netadmin.Management.Snmp.Dto.MibFileType)"]

Return Value

Type: Stream

[Missing <returns> documentation for "M:Netadmin.Management.Snmp.IMibManager.Export(System.Int64,Netadmin.Management.Snmp.Dto.MibFileType)"]

See Also