public override void DeleteFromZone( string zoneName, VmDnsSession session ) { VMDNS_RECORD_SRV record = this.RECORD; UInt32 error = Adaptor.VmDnsDeleteRecordSRV( session.ServerContext, zoneName, ref record); if (error != 0) { throw new VmDnsException(error); } }
public VmDnsRecordSRV(VMDNS_RECORD_SRV record) { this.RECORD = record; }
VmDnsDeleteRecordSRV( IntPtr pServerContext, string pszZone, ref VMDNS_RECORD_SRV pRecord );