示例#1
0
        public void UnsubscribeByFieldName(STATIONNAME StationName, DEVICENAME DeviceName, dynamic FieldName)
        {
            OperationContext context = OperationContext.Current;

            AstroData.UnsubscribeByFieldName(context.SessionId, StationName, DeviceName, FieldName);
        }